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