diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:13 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | d80b721de7c947c3e975e9ea053277fbe6cf8eb6 (patch) | |
tree | 7fa833863fd5c9fcdd944b316f165a0b762afff2 /system/cutecom | |
parent | 991eb893fe4fac857a5f048711635b78889d3082 (diff) | |
download | slackbuilds-d80b721de7c947c3e975e9ea053277fbe6cf8eb6.tar.gz |
system/cutecom: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cutecom')
-rw-r--r-- | system/cutecom/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cutecom/doinst.sh b/system/cutecom/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/system/cutecom/doinst.sh +++ b/system/cutecom/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 |