diff options
author | B. Watson <yalhcru@gmail.com> | 2011-02-17 22:31:20 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-28 09:42:03 -0600 |
commit | 848cabfbeb0846e0de4597fd83f555c274740311 (patch) | |
tree | dc4dcec77bf5991aea80b3711f1c198dc78fb985 /games/colem/doinst.sh | |
parent | e28f17b579603f84337d96da63626501a40dd7cb (diff) | |
download | slackbuilds-848cabfbeb0846e0de4597fd83f555c274740311.tar.gz |
games/colem: Added (ColecoVision emulator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/colem/doinst.sh')
-rw-r--r-- | games/colem/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/colem/doinst.sh b/games/colem/doinst.sh new file mode 100644 index 0000000000..9a8ded3c60 --- /dev/null +++ b/games/colem/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 |