diff options
author | Alex Word <alex_word86@yahoo.com> | 2010-05-12 17:39:42 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:39:42 +0200 |
commit | 98cc6486f87251a68f3dfbc9a0a4486bc328a771 (patch) | |
tree | d1b9b5a2e1d224be4bbe95607b0add8bc0c9d0d9 /games/xmoto/doinst.sh | |
parent | e6c6e9aa4f5a6e1488881f4a300340faf104f132 (diff) | |
download | slackbuilds-98cc6486f87251a68f3dfbc9a0a4486bc328a771.tar.gz |
games/xmoto: Updated for version 0.5.1
Diffstat (limited to 'games/xmoto/doinst.sh')
-rw-r--r-- | games/xmoto/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmoto/doinst.sh b/games/xmoto/doinst.sh index 3412314ed0..301399ba37 100644 --- a/games/xmoto/doinst.sh +++ b/games/xmoto/doinst.sh @@ -1,5 +1,5 @@ -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 |