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
commit8d4c58af3ac34525972d948c54c6530d03c00fa5 (patch)
tree537f59c2ccf6d1d42f2a74741ee465f2751f6462 /development
parent9d6a879861cda96ff1989d5ff6646de10981d2e3 (diff)
downloadslackbuilds-8d4c58af3ac34525972d948c54c6530d03c00fa5.tar.gz
slackbuilds-8d4c58af3ac34525972d948c54c6530d03c00fa5.tar.xz
development/qt-creator2: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/qt-creator2/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/qt-creator2/doinst.sh b/development/qt-creator2/doinst.sh
index 9830478e8c..0fb9c8b686 100644
--- a/development/qt-creator2/doinst.sh
+++ b/development/qt-creator2/doinst.sh
@@ -8,7 +8,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