summaryrefslogtreecommitdiffstats
path: root/games/golly
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:55 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit52c5cada793d3012dad93bcc4ecb9d49b5c9e632 (patch)
treec5d3e46f42fa10d9b3afe6e897da146fd1b6c559 /games/golly
parent34783d3003fe2dd23f54e53e964ad19d878dcff9 (diff)
downloadslackbuilds-52c5cada793d3012dad93bcc4ecb9d49b5c9e632.tar.gz
slackbuilds-52c5cada793d3012dad93bcc4ecb9d49b5c9e632.tar.xz
games/golly: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/golly')
-rw-r--r--games/golly/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/golly/doinst.sh b/games/golly/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/golly/doinst.sh
+++ b/games/golly/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