summaryrefslogtreecommitdiffstats
path: root/games/frozen-bubble
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:50 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit1a5d99c8a80ecef254ecd5f61ca414bce3198641 (patch)
treebd3290befe0eed90dec3df41516b1b1f3f51fa4e /games/frozen-bubble
parenta066e354d661650ca2bcfc07754e29888864da7b (diff)
downloadslackbuilds-1a5d99c8a80ecef254ecd5f61ca414bce3198641.tar.gz
games/frozen-bubble: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/frozen-bubble')
-rw-r--r--games/frozen-bubble/doinst.sh2
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