summaryrefslogtreecommitdiffstats
path: root/development/geany-plugins
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:03 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitd7cd147fb769c20cadae411e1933d2b05c28dfe9 (patch)
tree58d75f86709856dcf7f984fe8ece66f9e95edbd3 /development/geany-plugins
parentb11202192987032827216fd403afda6fc4335fa7 (diff)
downloadslackbuilds-d7cd147fb769c20cadae411e1933d2b05c28dfe9.tar.gz
slackbuilds-d7cd147fb769c20cadae411e1933d2b05c28dfe9.tar.xz
development/geany-plugins: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/geany-plugins')
-rw-r--r--development/geany-plugins/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/geany-plugins/doinst.sh b/development/geany-plugins/doinst.sh
index 8542d1c18e..4110f5514d 100644
--- a/development/geany-plugins/doinst.sh
+++ b/development/geany-plugins/doinst.sh
@@ -1,5 +1,5 @@
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