From 376ce3db3fd7c6e65981ee59e64b5ee1af6ce5bd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 19 Apr 2010 23:19:16 -0500 Subject: games/micropolis: Updated for version 20100418. --- games/micropolis/doinst.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/micropolis/doinst.sh') 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 + -- cgit v1.2.3