diff options
author | Martin Rogge <martin_rogge@users.sourceforge.net> | 2012-04-22 23:21:11 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-22 23:21:11 -0500 |
commit | 9fb887265c14426955c27c33cc9d009807dfdcc7 (patch) | |
tree | 8aeecef1a4f2fa6bb03c45bd7dd02444006cc7ca /games/firestorm/doinst.sh | |
parent | ad2afaec7a7d182469e72cfe301044fabf102e84 (diff) |
games/firestorm: Updated for version 4.0.1.27000.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/firestorm/doinst.sh')
-rw-r--r-- | games/firestorm/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/firestorm/doinst.sh b/games/firestorm/doinst.sh index 5fb28930db0b9..5e0294e2f913b 100644 --- a/games/firestorm/doinst.sh +++ b/games/firestorm/doinst.sh @@ -1,3 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 + /usr/bin/update-desktop-database 1> /dev/null &> /dev/null fi |