diff options
author | Iskar Enev <iskar.enev[@]gmail.com> | 2010-05-11 22:23:01 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:23:01 +0200 |
commit | dc7b1fb370d0ccf66afa7a9121eb6b230dd6f174 (patch) | |
tree | d6f80b053e60a321a6b57ca7885a09927fb1036b /games/freeciv/doinst.sh | |
parent | 014e7cb261c108e1b5f02db7c2342cbf0e57fe3b (diff) | |
download | slackbuilds-dc7b1fb370d0ccf66afa7a9121eb6b230dd6f174.tar.gz |
games/freeciv: Updated for version 2.1.6
Diffstat (limited to 'games/freeciv/doinst.sh')
-rw-r--r-- | games/freeciv/doinst.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/freeciv/doinst.sh b/games/freeciv/doinst.sh index 82a2a30436..392c12adb9 100644 --- a/games/freeciv/doinst.sh +++ b/games/freeciv/doinst.sh @@ -1,5 +1,4 @@ - -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q usr/share/applications +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications fi |