diff options
author | B. Watson <urchlay@slackware.uk> | 2023-11-18 17:57:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 22:12:44 +0700 |
commit | 7cf929116b35fa01c43907e5ff74480f6dd64b80 (patch) | |
tree | 4e04a4cfe65cab00fa944b39f030f11ee7e8153f /games/zsnes/doinst.sh | |
parent | 9dadb3ff151909e9549a0053d40f2b5208f24992 (diff) |
games/zsnes: Updated for version 2.0.12.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 5934a15ab1..65c7e2eeb9 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 |