From 26ffadb598d2d3dfb53874a53246e6a746e932e7 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 25 Oct 2016 00:50:26 -0300 Subject: move Mate ISO dependencies to [pcr] since it is enabled by default --- pcr/rave-x-colors/update-icon-cache.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pcr/rave-x-colors/update-icon-cache.install (limited to 'pcr/rave-x-colors/update-icon-cache.install') 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 +} + -- cgit v1.2.3