summaryrefslogtreecommitdiffstats
path: root/audio/alsa-tools
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:43:38 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitd6ec5ae331127ee1bd4f2eec0c363f9a7312f52d (patch)
tree4dec7b32e185dfcd9005ece18dc9ace89ccd4985 /audio/alsa-tools
parent1002fa5c4c369366e0c2d011d4a54491f6b8fdec (diff)
downloadslackbuilds-d6ec5ae331127ee1bd4f2eec0c363f9a7312f52d.tar.gz
audio/alsa-tools: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/alsa-tools')
-rw-r--r--audio/alsa-tools/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsa-tools/doinst.sh b/audio/alsa-tools/doinst.sh
index 04211c800a..54d5883d5b 100644
--- a/audio/alsa-tools/doinst.sh
+++ b/audio/alsa-tools/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