diff options
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 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 |