diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:23:09 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:23:09 +0200 |
commit | 7e516099b9f663c50418bd6c7af23e9cd96324dc (patch) | |
tree | 2196715c2babd3e2bbe3487177cc55f774fd999b /games/wesnoth/doinst.sh | |
parent | 84da3bbbdbe554359ba3e03467915e2764054f7e (diff) |
games/wesnoth: Updated for version 1.4.5
Diffstat (limited to 'games/wesnoth/doinst.sh')
-rw-r--r-- | games/wesnoth/doinst.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/wesnoth/doinst.sh b/games/wesnoth/doinst.sh index bc1301dad0e0..2f4077c01485 100644 --- a/games/wesnoth/doinst.sh +++ b/games/wesnoth/doinst.sh @@ -1,3 +1,4 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q 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 + |