summaryrefslogtreecommitdiffstats
path: root/games/micropolis/doinst.sh
diff options
context:
space:
mode:
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
commit376ce3db3fd7c6e65981ee59e64b5ee1af6ce5bd (patch)
treeaed78cd3b7f839895f1b07657e4c7c7d7d0664a0 /games/micropolis/doinst.sh
parentb43beb7ec043a2db56c6ff0e163e80374a4d2c12 (diff)
downloadslackbuilds-376ce3db3fd7c6e65981ee59e64b5ee1af6ce5bd.tar.gz
slackbuilds-376ce3db3fd7c6e65981ee59e64b5ee1af6ce5bd.tar.xz
games/micropolis: Updated for version 20100418.
Diffstat (limited to 'games/micropolis/doinst.sh')
-rw-r--r--games/micropolis/doinst.sh10
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
+