summaryrefslogtreecommitdiffstats
path: root/system/gconf-editor
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:21 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commita74e53df4acbf5315aa9667497b38c9c7dfb3c25 (patch)
tree6df264b1ec839326259a813f29294ab31b5343a6 /system/gconf-editor
parentd1cc5e64070ccb261184711c3204fd3a8825c7f1 (diff)
downloadslackbuilds-a74e53df4acbf5315aa9667497b38c9c7dfb3c25.tar.gz
slackbuilds-a74e53df4acbf5315aa9667497b38c9c7dfb3c25.tar.xz
system/gconf-editor: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gconf-editor')
-rw-r--r--system/gconf-editor/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gconf-editor/doinst.sh b/system/gconf-editor/doinst.sh
index b0a031a4ce..f08f0c20b0 100644
--- a/system/gconf-editor/doinst.sh
+++ b/system/gconf-editor/doinst.sh
@@ -14,6 +14,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