summaryrefslogtreecommitdiffstats
path: root/games/connectagram
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:36 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitbae1635dbb4bfd2c6e31d5b811911d62e8d8cdd8 (patch)
treebd9f04f07e5ae011c4a6548750e1941e4fd86300 /games/connectagram
parent923989f346acc7499556baf31593a747dc746486 (diff)
downloadslackbuilds-bae1635dbb4bfd2c6e31d5b811911d62e8d8cdd8.tar.gz
games/connectagram: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/connectagram')
-rw-r--r--games/connectagram/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/connectagram/doinst.sh b/games/connectagram/doinst.sh
index 9830478e8c..0fb9c8b686 100644
--- a/games/connectagram/doinst.sh
+++ b/games/connectagram/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