summaryrefslogtreecommitdiffstats
path: root/games/gbrainy
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:53 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit6e76994cd99933bcc3c057455d5d432353b99c70 (patch)
tree788a5268cd89dcc23c67d5eb35a94c7963c050e9 /games/gbrainy
parent61fa80c53cafa8d97b27de3605721208bb2e0441 (diff)
downloadslackbuilds-6e76994cd99933bcc3c057455d5d432353b99c70.tar.gz
games/gbrainy: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gbrainy')
-rw-r--r--games/gbrainy/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gbrainy/doinst.sh b/games/gbrainy/doinst.sh
index 1f8ff67ded..4a25de5e6f 100644
--- a/games/gbrainy/doinst.sh
+++ b/games/gbrainy/doinst.sh
@@ -4,7 +4,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