diff options
author | Matthew Fillpot <mfillpot@gmail.com> | 2010-05-13 00:27:30 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:27:30 +0200 |
commit | f3c2a47f59528ec72553d0b0e77323feca606b52 (patch) | |
tree | eeef29a0ae8e4b1f792b4b57f7997f5183de3136 /games/warzone2100/doinst.sh | |
parent | e627ec8492b6a5c3fd13f1a16f1db8a50deed6a7 (diff) | |
download | slackbuilds-f3c2a47f59528ec72553d0b0e77323feca606b52.tar.gz |
games/warzone2100: Updated for version 2.3_beta4
Diffstat (limited to 'games/warzone2100/doinst.sh')
-rw-r--r-- | games/warzone2100/doinst.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/warzone2100/doinst.sh b/games/warzone2100/doinst.sh index 22d4849bce..65fd352418 100644 --- a/games/warzone2100/doinst.sh +++ b/games/warzone2100/doinst.sh @@ -1,5 +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 |