summaryrefslogtreecommitdiffstats
path: root/desktop/LX-Colors-themes
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:44:32 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitcb5f4fa9c5f5b4990f7ac0118fc73fa82ab7ee04 (patch)
treec0c47077028f9142e6caa2ea202ebc22f7ab1605 /desktop/LX-Colors-themes
parent78171d2557ac72e54a95ec93344d5a0e8e4df73b (diff)
downloadslackbuilds-cb5f4fa9c5f5b4990f7ac0118fc73fa82ab7ee04.tar.gz
slackbuilds-cb5f4fa9c5f5b4990f7ac0118fc73fa82ab7ee04.tar.xz
desktop/LX-Colors-themes: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/LX-Colors-themes')
-rw-r--r--desktop/LX-Colors-themes/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/LX-Colors-themes/doinst.sh b/desktop/LX-Colors-themes/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/desktop/LX-Colors-themes/doinst.sh
+++ b/desktop/LX-Colors-themes/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