diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-25 00:50:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-25 00:50:26 -0300 |
commit | 26ffadb598d2d3dfb53874a53246e6a746e932e7 (patch) | |
tree | 4d74ad53d0a1901203eb83241a239523025a64f3 /pcr/rave-x-colors/update-icon-cache.install | |
parent | b4f0df60b2358a7a5a7c82c1c6153e73584dd69a (diff) |
move Mate ISO dependencies to [pcr] since it is enabled by default
Diffstat (limited to 'pcr/rave-x-colors/update-icon-cache.install')
-rw-r--r-- | pcr/rave-x-colors/update-icon-cache.install | 14 |
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 +} + |