summaryrefslogtreecommitdiffstats
path: root/desktop/dbgl/doinst.sh
diff options
context:
space:
mode:
author Leo C2018-01-25 16:27:26 +0100
committer Willy Sudiarto Raharjo2018-01-27 01:43:48 +0100
commit9185f156ec55fe86326a8e9669df31b982ef1709 (patch)
tree916909eac970f1cf8cc99c3c2bd95158544fc1ae /desktop/dbgl/doinst.sh
parent84ed8708fd06cd5b7e35430d4b891ecd1e7abb65 (diff)
downloadslackbuilds-9185f156ec55fe86326a8e9669df31b982ef1709.tar.gz
desktop/dbgl: Added (a Java frontend for DOSBox).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dbgl/doinst.sh')
-rw-r--r--desktop/dbgl/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/dbgl/doinst.sh b/desktop/dbgl/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/desktop/dbgl/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