summaryrefslogtreecommitdiffstats
path: root/games/nexuiz/doinst.sh
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:47:05 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitb20bb34f45a9b4cef311280e0178f4a772363693 (patch)
treedd6c573a07d529674200144f1af5940a6b5b462d /games/nexuiz/doinst.sh
parent82c0cbef91a23bb8ca7f874320127b475816de6e (diff)
downloadslackbuilds-b20bb34f45a9b4cef311280e0178f4a772363693.tar.gz
games/nexuiz: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nexuiz/doinst.sh')
-rw-r--r--games/nexuiz/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nexuiz/doinst.sh b/games/nexuiz/doinst.sh
index 800056659f..09bea3f681 100644
--- a/games/nexuiz/doinst.sh
+++ b/games/nexuiz/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