summaryrefslogtreecommitdiff
path: root/games/wormux/doinst.sh
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2010-05-11 22:23:10 +0200
committerMichiel van Wessem <michiel@slackbuilds.org>2010-05-11 22:23:10 +0200
commit264595a011491e7bec132b051b97712fd286bef7 (patch)
tree2f96d277cf78838f35cc880d90be1dbf3733b896 /games/wormux/doinst.sh
parent7e516099b9f663c50418bd6c7af23e9cd96324dc (diff)
downloadslackbuilds-264595a011491e7bec132b051b97712fd286bef7.tar.gz
games/wormux: Updated for version 0.8.2
Diffstat (limited to 'games/wormux/doinst.sh')
-rw-r--r--games/wormux/doinst.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/wormux/doinst.sh b/games/wormux/doinst.sh
index 2cf8c08ed3..65fd352418 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