summaryrefslogtreecommitdiffstats
path: root/development/eclipse-cpp
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:45:59 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit32034da0d20d7849c9749d86900f63bcb66caa8b (patch)
treeb35f7796c57346906d3f9d2e17799c6f48fab1d3 /development/eclipse-cpp
parent12f7f420f250c3a8c1c7c0c49a4cfdf1deb7ecbc (diff)
downloadslackbuilds-32034da0d20d7849c9749d86900f63bcb66caa8b.tar.gz
development/eclipse-cpp: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-cpp')
-rw-r--r--development/eclipse-cpp/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/eclipse-cpp/doinst.sh b/development/eclipse-cpp/doinst.sh
index ef254a787f..728f2f8c9f 100644
--- a/development/eclipse-cpp/doinst.sh
+++ b/development/eclipse-cpp/doinst.sh
@@ -21,7 +21,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