summaryrefslogtreecommitdiffstats
path: root/development/smartgithg/doinst.sh
diff options
context:
space:
mode:
author Miguel De Anda2014-05-22 15:02:18 +0200
committer Willy Sudiarto Raharjo2014-05-23 04:16:29 +0200
commitb1b5d97e815fe13e8abf61d166714349cc0633ba (patch)
tree557a84d433e84cc7b511b75a8594f17f1a29c010 /development/smartgithg/doinst.sh
parent923e2f3bfbcc9e772c816b8e764a7d370c43ae52 (diff)
downloadslackbuilds-b1b5d97e815fe13e8abf61d166714349cc0633ba.tar.gz
development/smartgithg: Added (Desktop Git Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/smartgithg/doinst.sh')
-rw-r--r--development/smartgithg/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/smartgithg/doinst.sh b/development/smartgithg/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/smartgithg/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