diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:44:29 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 4ea1e8200925201e06b40fe3d2287280c4ee2af2 (patch) | |
tree | 837e8ee83bfdf7014e29b0628a1da67ee134c833 /business | |
parent | 9814eb5d7ea474b486da36818380d6bf75a3aa08 (diff) |
business/skrooge: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/skrooge/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/business/skrooge/doinst.sh b/business/skrooge/doinst.sh index c105be6686fc..5b2186f1583c 100644 --- a/business/skrooge/doinst.sh +++ b/business/skrooge/doinst.sh @@ -8,7 +8,7 @@ fi if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1 fi fi |