summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2017-08-21 07:04:07 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-26 07:19:39 +0700
commit06eb41d0b8718ebc4998cc86c604fb08b2b4aab1 (patch)
treec1c2939b32b76f540b2c478531504224d81418cf /system/wine-staging/doinst.sh
parent175950053948dbab2e8bad9406acacb8c3452703 (diff)
downloadslackbuilds-06eb41d0b8718ebc4998cc86c604fb08b2b4aab1.tar.gz
slackbuilds-06eb41d0b8718ebc4998cc86c604fb08b2b4aab1.tar.xz
system/wine-staging: Updated for version 2.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/doinst.sh')
-rw-r--r--system/wine-staging/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/wine-staging/doinst.sh b/system/wine-staging/doinst.sh
index 140e332222..726ffe403b 100644
--- a/system/wine-staging/doinst.sh
+++ b/system/wine-staging/doinst.sh
@@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi