summaryrefslogtreecommitdiffstats
path: root/development/meld
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 12:36:06 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitd9eaffd539db557482ea1cf2087f7f834e0db1a5 (patch)
tree93140987178faeabfb48acf50b0d329622467895 /development/meld
parent882440f37fbe070f8f69503f443148644bf79be0 (diff)
downloadslackbuilds-d9eaffd539db557482ea1cf2087f7f834e0db1a5.tar.gz
development/meld: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/meld')
-rw-r--r--development/meld/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/meld/doinst.sh b/development/meld/doinst.sh
index 031ae07d05..138e27de17 100644
--- a/development/meld/doinst.sh
+++ b/development/meld/doinst.sh
@@ -4,7 +4,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