summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:28 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commita379ccf472e6900f2edc3423f20aa3f4d260d3a0 (patch)
treefd8cbbb622adb73346ef5c93853a9913b8323437 /system
parent136136327cd40261753857085c15d61d5bccc50e (diff)
downloadslackbuilds-a379ccf472e6900f2edc3423f20aa3f4d260d3a0.tar.gz
slackbuilds-a379ccf472e6900f2edc3423f20aa3f4d260d3a0.tar.xz
system/lxterminal: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/lxterminal/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lxterminal/doinst.sh b/system/lxterminal/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/system/lxterminal/doinst.sh
+++ b/system/lxterminal/doinst.sh
@@ -4,6 +4,6 @@ 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