diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2010-05-11 22:23:11 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:23:11 +0200 |
commit | d261eb11eba3b802ad2210e08b40eb567fe80f5f (patch) | |
tree | 75b8c52483d91d2c4f45072aea3bb5f44b27220d /games/zsnes/doinst.sh | |
parent | 264595a011491e7bec132b051b97712fd286bef7 (diff) |
games/zsnes: Updated for version 1.51
Diffstat (limited to 'games/zsnes/doinst.sh')
-rw-r--r-- | games/zsnes/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/zsnes/doinst.sh b/games/zsnes/doinst.sh index 22d4849bce4a..b3108378706c 100644 --- a/games/zsnes/doinst.sh +++ b/games/zsnes/doinst.sh @@ -1,5 +1,5 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications fi |