diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-24 00:24:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-25 09:59:38 +0700 |
commit | faf2e7338b2a79eae57ea6112a33bba1c8079372 (patch) | |
tree | b8b936a6a9cdc34a0136902a0cac79178980fafb /games/z26v3/doinst.sh | |
parent | 212f8601ed90bdf6fdffc0a13fd4335b1b0865cb (diff) |
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.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/z26v3/doinst.sh b/games/z26v3/doinst.sh new file mode 100644 index 0000000000000..9a8ded3c60349 --- /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 |