diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:50 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 1a5d99c8a80ecef254ecd5f61ca414bce3198641 (patch) | |
tree | bd3290befe0eed90dec3df41516b1b1f3f51fa4e /games/frozen-bubble/doinst.sh | |
parent | a066e354d661650ca2bcfc07754e29888864da7b (diff) | |
download | slackbuilds-1a5d99c8a80ecef254ecd5f61ca414bce3198641.tar.gz |
games/frozen-bubble: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/frozen-bubble/doinst.sh')
-rw-r--r-- | games/frozen-bubble/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frozen-bubble/doinst.sh b/games/frozen-bubble/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/games/frozen-bubble/doinst.sh +++ b/games/frozen-bubble/doinst.sh @@ -4,6 +4,6 @@ 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 |