summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:47:15 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit19d837aa1ddaa854fc7d3997f4295912bf2636a4 (patch)
treef09b442f63fc6d1e28c9b39a3456a29d323b4001
parenta82a8723e42cd970568d47b37dd9fd45b0d44fa3 (diff)
downloadslackbuilds-19d837aa1ddaa854fc7d3997f4295912bf2636a4.tar.gz
games/rocksndiamonds: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/rocksndiamonds/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rocksndiamonds/doinst.sh b/games/rocksndiamonds/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/rocksndiamonds/doinst.sh
+++ b/games/rocksndiamonds/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