diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-05-13 00:57:35 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:57:35 +0200 |
commit | fb52ee29f76e0fd809db52f5d6072f50540006e2 (patch) | |
tree | 24effebf1ad1a3a4161113180228cb80b14600b5 /desktop/cwp/doinst.sh | |
parent | 2cfc8cf410f5f4502000cc7d4faf70e43382f4f6 (diff) |
desktop/cwp: Added to 13.0 repository
Diffstat (limited to 'desktop/cwp/doinst.sh')
-rw-r--r-- | desktop/cwp/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/cwp/doinst.sh b/desktop/cwp/doinst.sh new file mode 100644 index 000000000000..84d0544d3467 --- /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 + |