aboutsummaryrefslogtreecommitdiff
path: root/games/z26v3/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-08-24 00:24:31 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-25 09:59:38 +0700
commitfaf2e7338b2a79eae57ea6112a33bba1c8079372 (patch)
treeb8b936a6a9cdc34a0136902a0cac79178980fafb /games/z26v3/doinst.sh
parent212f8601ed90bdf6fdffc0a13fd4335b1b0865cb (diff)
downloadslackbuilds-faf2e7338b2a79eae57ea6112a33bba1c8079372.tar.xz
games/z26v3: Added (an Atari 2600 emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/z26v3/doinst.sh')
-rw-r--r--games/z26v3/doinst.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/z26v3/doinst.sh b/games/z26v3/doinst.sh
new file mode 100644
index 000000000000..9a8ded3c6034
--- /dev/null
+++ b/games/z26v3/doinst.sh
@@ -0,0 +1,7 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+fi