summaryrefslogtreecommitdiffstats
path: root/development/medit
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:11 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit27f81c5974b353ecde9620442b4f4e7c07031846 (patch)
tree0acce63e7abba357f29e8f2d6b65f6516cece063 /development/medit
parent5da5fcd42d5247b89a2e984281fa92ac478a0af5 (diff)
downloadslackbuilds-27f81c5974b353ecde9620442b4f4e7c07031846.tar.gz
development/medit: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/medit')
-rw-r--r--development/medit/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/medit/doinst.sh b/development/medit/doinst.sh
index 9f1846bc38..d6430a30c5 100644
--- a/development/medit/doinst.sh
+++ b/development/medit/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