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 | b4266c3f96e6f12863479ee5a9f4e4dbd0350b7c (patch) | |
tree | 4685d7397bc7f4b50b4e9651e523dfc80fa595ca /desktop/xfce4-datetime-plugin | |
parent | b7e151ee73db35d94032502e61d65cf64d99d056 (diff) | |
download | slackbuilds-b4266c3f96e6f12863479ee5a9f4e4dbd0350b7c.tar.gz |
desktop/xfce4-datetime-plugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-datetime-plugin')
-rw-r--r-- | desktop/xfce4-datetime-plugin/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xfce4-datetime-plugin/doinst.sh b/desktop/xfce4-datetime-plugin/doinst.sh index 1f8ff67ded..4a25de5e6f 100644 --- a/desktop/xfce4-datetime-plugin/doinst.sh +++ b/desktop/xfce4-datetime-plugin/doinst.sh @@ -4,7 +4,7 @@ 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 |