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