diff options
author | B. Watson <yalhcru@gmail.com> | 2010-12-28 23:30:50 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 01:08:50 -0600 |
commit | 218fb2d2830812fa44eecaf2a94df80acf3931c8 (patch) | |
tree | 05711c98004fb407ff839092ddc0ae6490f58dc2 /games/eduke32/doinst.sh | |
parent | 88a7b2f74d54fc890ec8e29bcb6e534692e0ad65 (diff) |
games/eduke32: Updated for version 20101220_1743.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/eduke32/doinst.sh')
-rw-r--r-- | games/eduke32/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/eduke32/doinst.sh b/games/eduke32/doinst.sh index 854e20633d66..59eb079d1557 100644 --- a/games/eduke32/doinst.sh +++ b/games/eduke32/doinst.sh @@ -1,3 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database -q usr/share/applications + /usr/bin/update-desktop-database -q usr/share/applications 2>/dev/null fi |