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 | 9814eb5d7ea474b486da36818380d6bf75a3aa08 (patch) | |
tree | 9decc42f1dcd0ac0ca2ed65ab8fd90b7c7ece03b /business | |
parent | c7ca79de1582854f8925fae62a64450256d5f8a2 (diff) | |
download | slackbuilds-9814eb5d7ea474b486da36818380d6bf75a3aa08.tar.gz |
business/lemonpos: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/lemonpos/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/business/lemonpos/doinst.sh b/business/lemonpos/doinst.sh index 1f8ff67ded..4a25de5e6f 100644 --- a/business/lemonpos/doinst.sh +++ b/business/lemonpos/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 |