aboutsummaryrefslogtreecommitdiff
path: root/desktop/dbgl-legacy/doinst.sh
diff options
context:
space:
mode:
authorLeo C <leoc@gmx.com>2020-09-04 20:27:16 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-04 20:27:16 +0700
commitbd5ce9de6cb06e575a8fc430a09a9940a431c74c (patch)
treead46be00263228321580a66a3b7bd6574b6a4200 /desktop/dbgl-legacy/doinst.sh
parent8a22e194db744e426aa6beb496379f975a32cd79 (diff)
desktop/dbgl-legacy: Added (a Java frontend for DOSBox).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dbgl-legacy/doinst.sh')
-rw-r--r--desktop/dbgl-legacy/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/dbgl-legacy/doinst.sh b/desktop/dbgl-legacy/doinst.sh
new file mode 100644
index 000000000000..5fb28930db0b
--- /dev/null
+++ b/desktop/dbgl-legacy/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