summaryrefslogtreecommitdiffstats
path: root/system/gsmartcontrol
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:24 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit875b0ae11a476278025eed3262bd9d3ff78fbb37 (patch)
treea70c9a8e340dfaf3dfe4f406413de05a8d41de85 /system/gsmartcontrol
parent91dc46e2d5a3d68af6437417fe99780b565bccb1 (diff)
downloadslackbuilds-875b0ae11a476278025eed3262bd9d3ff78fbb37.tar.gz
system/gsmartcontrol: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gsmartcontrol')
-rw-r--r--system/gsmartcontrol/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gsmartcontrol/doinst.sh b/system/gsmartcontrol/doinst.sh
index 1f8ff67ded..4a25de5e6f 100644
--- a/system/gsmartcontrol/doinst.sh
+++ b/system/gsmartcontrol/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