summaryrefslogtreecommitdiffstats
path: root/system/beebem/doinst.sh
diff options
context:
space:
mode:
author Tim Dickson2020-09-04 16:21:21 +0200
committer Willy Sudiarto Raharjo2020-09-04 16:21:21 +0200
commitc619ff7e8892c3b9a2dd2e00b3c0dd33ed36eb84 (patch)
tree3d6443ea0738231b359becc279bf9697c1f9e443 /system/beebem/doinst.sh
parent5ee0c9f51da1cf4830f440356e2095488e9c3943 (diff)
downloadslackbuilds-c619ff7e8892c3b9a2dd2e00b3c0dd33ed36eb84.tar.gz
system/beebem: Added (Acorn BBC Micro and Master 128 emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/beebem/doinst.sh')
-rw-r--r--system/beebem/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/beebem/doinst.sh b/system/beebem/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/beebem/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