summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:45:27 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit13eb5618d4f00aab9e4728d591ed44f23ece89ff (patch)
treef362c81292ac0d0b65648d8747baa0fcd1ac5e27 /desktop
parent7dd4c3169d283509a2ea15691bbb771323031743 (diff)
downloadslackbuilds-13eb5618d4f00aab9e4728d591ed44f23ece89ff.tar.gz
slackbuilds-13eb5618d4f00aab9e4728d591ed44f23ece89ff.tar.xz
desktop/redshift: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/redshift/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/redshift/doinst.sh b/desktop/redshift/doinst.sh
index 30eb690936..19400050fd 100644
--- a/desktop/redshift/doinst.sh
+++ b/desktop/redshift/doinst.sh
@@ -1,6 +1,6 @@
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