diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 20:00:33 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:33 +0200 |
commit | 1b07083540072b18682533b52d63c71412ba3698 (patch) | |
tree | f67b4ecaccbfdf7388a4a9094cdccbadbbea1f13 /games/micropolis/doinst.sh | |
parent | 2a5294512c755a3e32f0f25d323b316ea0d459c9 (diff) | |
download | slackbuilds-1b07083540072b18682533b52d63c71412ba3698.tar.gz |
games/micropolis: Added to 12.0 repository
Diffstat (limited to 'games/micropolis/doinst.sh')
-rw-r--r-- | games/micropolis/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/micropolis/doinst.sh b/games/micropolis/doinst.sh new file mode 100644 index 0000000000..474753e464 --- /dev/null +++ b/games/micropolis/doinst.sh @@ -0,0 +1,8 @@ + +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./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 |