summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:45:41 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitb7e151ee73db35d94032502e61d65cf64d99d056 (patch)
tree6270290b58a355cd051ab95168057e6102118186
parent2e26edbb5d1a65c1f0574f7f8238a566baeaff3e (diff)
downloadslackbuilds-b7e151ee73db35d94032502e61d65cf64d99d056.tar.gz
slackbuilds-b7e151ee73db35d94032502e61d65cf64d99d056.tar.xz
desktop/xfce4-cpugraph-plugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/xfce4-cpugraph-plugin/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xfce4-cpugraph-plugin/doinst.sh b/desktop/xfce4-cpugraph-plugin/doinst.sh
index 30eb690936..19400050fd 100644
--- a/desktop/xfce4-cpugraph-plugin/doinst.sh
+++ b/desktop/xfce4-cpugraph-plugin/doinst.sh
@@ -1,6 +1,6 @@
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