diff options
author | B. Watson <yalhcru@gmail.com> | 2010-04-19 23:19:16 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-15 10:38:33 +0200 |
commit | 376ce3db3fd7c6e65981ee59e64b5ee1af6ce5bd (patch) | |
tree | aed78cd3b7f839895f1b07657e4c7c7d7d0664a0 /games/micropolis/doinst.sh | |
parent | b43beb7ec043a2db56c6ff0e163e80374a4d2c12 (diff) | |
download | slackbuilds-376ce3db3fd7c6e65981ee59e64b5ee1af6ce5bd.tar.gz |
games/micropolis: Updated for version 20100418.
Diffstat (limited to 'games/micropolis/doinst.sh')
-rw-r--r-- | games/micropolis/doinst.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/micropolis/doinst.sh b/games/micropolis/doinst.sh index 474753e464..e4e6459838 100644 --- a/games/micropolis/doinst.sh +++ b/games/micropolis/doinst.sh @@ -1,8 +1,8 @@ - -if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +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 +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi + |