diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:41 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | b7e151ee73db35d94032502e61d65cf64d99d056 (patch) | |
tree | 6270290b58a355cd051ab95168057e6102118186 /desktop | |
parent | 2e26edbb5d1a65c1f0574f7f8238a566baeaff3e (diff) | |
download | slackbuilds-b7e151ee73db35d94032502e61d65cf64d99d056.tar.gz |
desktop/xfce4-cpugraph-plugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-cpugraph-plugin/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xfce4-cpugraph-plugin/doinst.sh b/desktop/xfce4-cpugraph-plugin/doinst.sh index 30eb690936..19400050fd 100644 --- a/desktop/xfce4-cpugraph-plugin/doinst.sh +++ b/desktop/xfce4-cpugraph-plugin/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 |