summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:28 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commita379ccf472e6900f2edc3423f20aa3f4d260d3a0 (patch)
treefd8cbbb622adb73346ef5c93853a9913b8323437
parent136136327cd40261753857085c15d61d5bccc50e (diff)
downloadslackbuilds-a379ccf472e6900f2edc3423f20aa3f4d260d3a0.tar.gz
system/lxterminal: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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