diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:43:40 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | fe9b814ffbd2cb31fe2f3bc8f49d127234049d9b (patch) | |
tree | c912f7891a5f9a24d429707ae5a15b81d0d1c2c7 /audio/audacity | |
parent | c7a070d82387ca26c4c5b4deb52840ed7a1c801e (diff) |
audio/audacity: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity/doinst.sh b/audio/audacity/doinst.sh index 9830478e8cc7..0fb9c8b6867f 100644 --- a/audio/audacity/doinst.sh +++ b/audio/audacity/doinst.sh @@ -8,7 +8,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 |