diff options
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 5fb28930db0b..5e0294e2f913 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 |