From 264595a011491e7bec132b051b97712fd286bef7 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 22:23:10 +0200 Subject: games/wormux: Updated for version 0.8.2 --- games/wormux/doinst.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'games/wormux/doinst.sh') 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 -- cgit v1.2.3