diff options
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 5934a15ab1eff..65c7e2eeb9aa5 100644 --- a/games/zsnes/doinst.sh +++ b/games/zsnes/doinst.sh @@ -1,9 +1,9 @@ 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 >/dev/null 2>&1 fi if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi |