diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:23:10 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:23:10 +0200 |
commit | 264595a011491e7bec132b051b97712fd286bef7 (patch) | |
tree | 2f96d277cf78838f35cc880d90be1dbf3733b896 /games/wormux/doinst.sh | |
parent | 7e516099b9f663c50418bd6c7af23e9cd96324dc (diff) |
games/wormux: Updated for version 0.8.2
Diffstat (limited to 'games/wormux/doinst.sh')
-rw-r--r-- | games/wormux/doinst.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/wormux/doinst.sh b/games/wormux/doinst.sh index 2cf8c08ed3458..65fd352418759 100644 --- a/games/wormux/doinst.sh +++ b/games/wormux/doinst.sh @@ -1,7 +1,4 @@ -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 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 |