diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:44:38 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 35d3fad51a46a0b0d13cfd371c729abe26e3e083 (patch) | |
tree | 12cbe550914f96bdc4aa1c0f880c19ad1263196d /desktop/bunsen-themes | |
parent | 32164ce3971279f14b61176a5e49ea113050e7f6 (diff) | |
download | slackbuilds-35d3fad51a46a0b0d13cfd371c729abe26e3e083.tar.gz |
desktop/bunsen-themes: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/bunsen-themes')
-rw-r--r-- | desktop/bunsen-themes/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/bunsen-themes/doinst.sh b/desktop/bunsen-themes/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/desktop/bunsen-themes/doinst.sh +++ b/desktop/bunsen-themes/doinst.sh @@ -8,6 +8,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 |