summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:48:25 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit61a9c996707bd338420c0126e4196440027f8ffa (patch)
treeb32daf414da8d6a755ddee26e6273ba80476da02 /misc
parentce8414725386a07b571c871ffb05964449e9bc2d (diff)
downloadslackbuilds-61a9c996707bd338420c0126e4196440027f8ffa.tar.gz
slackbuilds-61a9c996707bd338420c0126e4196440027f8ffa.tar.xz
misc/spotlighter: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/spotlighter/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/spotlighter/doinst.sh b/misc/spotlighter/doinst.sh
index 1f8ff67ded..4a25de5e6f 100644
--- a/misc/spotlighter/doinst.sh
+++ b/misc/spotlighter/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