diff options
Diffstat (limited to 'games/gemdropx/doinst.sh')
-rw-r--r-- | games/gemdropx/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gemdropx/doinst.sh b/games/gemdropx/doinst.sh index 98faaf3b594fd..f3640758961a9 100644 --- a/games/gemdropx/doinst.sh +++ b/games/gemdropx/doinst.sh @@ -1,4 +1,4 @@ - if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 + usr/bin/update-desktop-database -q usr/share/applications fi + |