summaryrefslogtreecommitdiffstats
path: root/development/GitEye/doinst.sh
diff options
context:
space:
mode:
author Antonio Taverna <antonio.tvr@gmail.com>2016-08-27 07:38:54 +0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:40 +0100
commitb3dcfa5a903d9aa34b70c1c807c668c9c0e91379 (patch)
tree258e21a0c1385d66751819bd869a8700f7b10b07 /development/GitEye/doinst.sh
parentf002c4bdd38a57bb856cc03c8c721f62afd878e6 (diff)
downloadslackbuilds-b3dcfa5a903d9aa34b70c1c807c668c9c0e91379.tar.gz
slackbuilds-b3dcfa5a903d9aa34b70c1c807c668c9c0e91379.tar.xz
development/GitEye: Added (Desktop Git Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/GitEye/doinst.sh')
-rw-r--r--development/GitEye/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/GitEye/doinst.sh b/development/GitEye/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/GitEye/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