aboutsummaryrefslogtreecommitdiff
path: root/desktop/boston-icon-theme/doinst.sh
diff options
context:
space:
mode:
authorAzure Zanculmarktum <zanculmarktum@gmail.com>2018-03-19 20:59:51 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2018-03-19 20:59:51 +0000
commitd5583c368f75763e868e857715a169d1eb6f7908 (patch)
treef8fca22e401c768bc5172dffb19004e894c7c96d /desktop/boston-icon-theme/doinst.sh
parent2342bc51e1239b717a9e9bc899d68f0b451e82a7 (diff)
desktop/boston-icon-theme: Added (icon theme).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/boston-icon-theme/doinst.sh')
-rw-r--r--desktop/boston-icon-theme/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/boston-icon-theme/doinst.sh b/desktop/boston-icon-theme/doinst.sh
new file mode 100644
index 0000000000000..3b3c867e4f35c
--- /dev/null
+++ b/desktop/boston-icon-theme/doinst.sh
@@ -0,0 +1,5 @@
+if [ -e usr/share/icons/Boston/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/Boston >/dev/null 2>&1
+ fi
+fi