summaryrefslogtreecommitdiffstats
path: root/network/leechcraft
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:49:19 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit3d89e8811d00d09c85edf08e2f9b203ebbd6b9fe (patch)
tree86596dae07c64d51b35110082a8cc12c0ccaa8ef /network/leechcraft
parent5303a3cbdf4915bb639933ee98d4906f7a4f2f29 (diff)
downloadslackbuilds-3d89e8811d00d09c85edf08e2f9b203ebbd6b9fe.tar.gz
slackbuilds-3d89e8811d00d09c85edf08e2f9b203ebbd6b9fe.tar.xz
network/leechcraft: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/leechcraft')
-rw-r--r--network/leechcraft/doinst.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/leechcraft/doinst.sh b/network/leechcraft/doinst.sh
index cb1c14bc92..f3f8604d5a 100644
--- a/network/leechcraft/doinst.sh
+++ b/network/leechcraft/doinst.sh
@@ -4,19 +4,19 @@ 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
if [ -e usr/share/icons/Pevzi/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/Pevzi >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/Pevzi >/dev/null 2>&1
fi
fi
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1
fi
fi