summaryrefslogtreecommitdiffstats
path: root/desktop/neutral/doinst.sh
diff options
context:
space:
mode:
author Grigorios Bouzakis <grbzks@xsmail.com>2010-05-13 00:22:54 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:22:54 +0200
commit9e09f26d6d449c516424c5079b5bbb58e46fe47e (patch)
tree77b7437b8f1581a2ab73822783c9c81623276d84 /desktop/neutral/doinst.sh
parent3d493a948ed2c711ef940dad78241008ad75f339 (diff)
downloadslackbuilds-9e09f26d6d449c516424c5079b5bbb58e46fe47e.tar.gz
slackbuilds-9e09f26d6d449c516424c5079b5bbb58e46fe47e.tar.xz
desktop/neutral: Updated for version 1.13a
Diffstat (limited to 'desktop/neutral/doinst.sh')
-rw-r--r--desktop/neutral/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/neutral/doinst.sh b/desktop/neutral/doinst.sh
new file mode 100644
index 0000000000..0a8446fa57
--- /dev/null
+++ b/desktop/neutral/doinst.sh
@@ -0,0 +1,6 @@
+if [ -e usr/share/icons/neutral/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/neutral >/dev/null 2>&1
+ fi
+fi
+