diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:24 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 875b0ae11a476278025eed3262bd9d3ff78fbb37 (patch) | |
tree | a70c9a8e340dfaf3dfe4f406413de05a8d41de85 /system/gsmartcontrol | |
parent | 91dc46e2d5a3d68af6437417fe99780b565bccb1 (diff) |
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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gsmartcontrol/doinst.sh b/system/gsmartcontrol/doinst.sh index 1f8ff67dedb2..4a25de5e6fbd 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 |