summaryrefslogtreecommitdiffstats
path: root/desktop/cwp/doinst.sh
diff options
context:
space:
mode:
author M.Dinslage2010-05-13 00:57:35 +0200
committer David Somero2010-05-13 00:57:35 +0200
commitfb52ee29f76e0fd809db52f5d6072f50540006e2 (patch)
tree24effebf1ad1a3a4161113180228cb80b14600b5 /desktop/cwp/doinst.sh
parent2cfc8cf410f5f4502000cc7d4faf70e43382f4f6 (diff)
downloadslackbuilds-fb52ee29f76e0fd809db52f5d6072f50540006e2.tar.gz
desktop/cwp: Added to 13.0 repository
Diffstat (limited to 'desktop/cwp/doinst.sh')
-rw-r--r--desktop/cwp/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/cwp/doinst.sh b/desktop/cwp/doinst.sh
new file mode 100644
index 0000000000..84d0544d34
--- /dev/null
+++ b/desktop/cwp/doinst.sh
@@ -0,0 +1,6 @@
+if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
+ fi
+fi
+