summaryrefslogtreecommitdiff
path: root/pcr/rave-x-colors/update-icon-cache.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 19:14:49 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 19:14:49 +0100
commit892d257f0f6453eb2be5b165bed04924dd1be213 (patch)
treeb4e7fedcdba78b22fe1e82b333e581a39a1a126d /pcr/rave-x-colors/update-icon-cache.install
parentc2079fbb0b28cf087363dcdb929c15c71ce8fd3e (diff)
downloadabslibre-892d257f0f6453eb2be5b165bed04924dd1be213.tar.gz
abslibre-892d257f0f6453eb2be5b165bed04924dd1be213.tar.bz2
abslibre-892d257f0f6453eb2be5b165bed04924dd1be213.zip
pcr/rave-x-colors: removed.
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, 0 insertions, 14 deletions
diff --git a/pcr/rave-x-colors/update-icon-cache.install b/pcr/rave-x-colors/update-icon-cache.install
deleted file mode 100644
index 461e54033..000000000
--- a/pcr/rave-x-colors/update-icon-cache.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-}
-