diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:00 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 983a56377904ecef8b6c62f20df69bf60df4e96c (patch) | |
tree | 33f12b5b9220c022612cec8b62c4cf20fdaa9e14 /games/m64py | |
parent | e6123d3f95fdd759324d1ab03199917fb5867f14 (diff) |
games/m64py: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/m64py')
-rw-r--r-- | games/m64py/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/m64py/doinst.sh b/games/m64py/doinst.sh index 9830478e8cc7..0fb9c8b6867f 100644 --- a/games/m64py/doinst.sh +++ b/games/m64py/doinst.sh @@ -8,7 +8,7 @@ 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 |