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