summaryrefslogtreecommitdiffstats
path: root/games/SLADE
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:29 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitd5879e50b177a2d7bb8d83dd50ad6ae603c88241 (patch)
treed009c551505d14950397c8e86c9584b4e1907a48 /games/SLADE
parenteed39c5755544faebea5430037de147ffe9c1a90 (diff)
downloadslackbuilds-d5879e50b177a2d7bb8d83dd50ad6ae603c88241.tar.gz
games/SLADE: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/SLADE')
-rw-r--r--games/SLADE/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/SLADE/doinst.sh b/games/SLADE/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/SLADE/doinst.sh
+++ b/games/SLADE/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