summaryrefslogtreecommitdiff
path: root/pcr/rave-x-colors/update-icon-cache.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/rave-x-colors/update-icon-cache.install')
-rw-r--r--pcr/rave-x-colors/update-icon-cache.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/pcr/rave-x-colors/update-icon-cache.install b/pcr/rave-x-colors/update-icon-cache.install
new file mode 100644
index 000000000..461e54033
--- /dev/null
+++ b/pcr/rave-x-colors/update-icon-cache.install
@@ -0,0 +1,14 @@
+post_install() {
+ for dir in usr/share/icons/RAVE*; do
+ gtk-update-icon-cache -ftq $dir
+ done
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+