diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:40 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 5f7b80ace11205bf6891778b6ac0c5861b1cbd3c (patch) | |
tree | 3f37b150ad5ea7e79181847d526524f770cd33eb /desktop/xfce4-battery-plugin | |
parent | 83bd143126f92bafd421c386acb1d19572cb712f (diff) | |
download | slackbuilds-5f7b80ace11205bf6891778b6ac0c5861b1cbd3c.tar.gz |
desktop/xfce4-battery-plugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-battery-plugin')
-rw-r--r-- | desktop/xfce4-battery-plugin/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xfce4-battery-plugin/doinst.sh b/desktop/xfce4-battery-plugin/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/desktop/xfce4-battery-plugin/doinst.sh +++ b/desktop/xfce4-battery-plugin/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 |