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