diff options
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 |
commit | 13eb5618d4f00aab9e4728d591ed44f23ece89ff (patch) | |
tree | f362c81292ac0d0b65648d8747baa0fcd1ac5e27 /desktop | |
parent | 7dd4c3169d283509a2ea15691bbb771323031743 (diff) | |
download | slackbuilds-13eb5618d4f00aab9e4728d591ed44f23ece89ff.tar.gz |
desktop/redshift: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/redshift/doinst.sh | 2 |
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 |