summaryrefslogtreecommitdiffstats
path: root/development/smartgit/doinst.sh
diff options
context:
space:
mode:
author Miguel De Anda <miguel@thedeanda.com>2014-11-19 01:06:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-19 01:06:13 +0700
commitc80ef72a82c26f83e9ea4156100db6ebc832437d (patch)
tree6fa6ca76ed7456e56ae0c71e51479c27062983fd /development/smartgit/doinst.sh
parentc179cf805dd9ed0255c219f96ee321032551751b (diff)
downloadslackbuilds-c80ef72a82c26f83e9ea4156100db6ebc832437d.tar.gz
slackbuilds-c80ef72a82c26f83e9ea4156100db6ebc832437d.tar.xz
development/smartgit: Added (Desktop Git Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/smartgit/doinst.sh')
-rw-r--r--development/smartgit/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/smartgit/doinst.sh b/development/smartgit/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/smartgit/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi