summaryrefslogtreecommitdiffstats
path: root/desktop/quadkonsole4
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:45:24 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commite768cf1858824c31e5de082d8d7d08ffc6d47979 (patch)
tree32c672b0f8bbe9ec112ac7f1bbe13e0742128ed0 /desktop/quadkonsole4
parentcf84dd72d50651f02228ac02db49cccc8cd55cbf (diff)
downloadslackbuilds-e768cf1858824c31e5de082d8d7d08ffc6d47979.tar.gz
desktop/quadkonsole4: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/quadkonsole4')
-rw-r--r--desktop/quadkonsole4/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/quadkonsole4/doinst.sh b/desktop/quadkonsole4/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/desktop/quadkonsole4/doinst.sh
+++ b/desktop/quadkonsole4/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