summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:18 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit9d6a879861cda96ff1989d5ff6646de10981d2e3 (patch)
treefceca23cba46a3e3aed7b90d5c6e6460fe22a502 /development
parent2fb2fa60240685c122698fafaaf6fc533183edb1 (diff)
downloadslackbuilds-9d6a879861cda96ff1989d5ff6646de10981d2e3.tar.gz
slackbuilds-9d6a879861cda96ff1989d5ff6646de10981d2e3.tar.xz
development/qt-creator: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/qt-creator/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/qt-creator/doinst.sh b/development/qt-creator/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/development/qt-creator/doinst.sh
+++ b/development/qt-creator/doinst.sh
@@ -8,6 +8,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