From 953eead14ccfe47904e73cee9cea6e1255f57356 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 17 Jan 2014 03:43:05 +0000 Subject: Fri Jan 17 03:37:47 UTC 2014 --- community/mate-system-tools/mate-system-tools.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/mate-system-tools/mate-system-tools.install (limited to 'community/mate-system-tools/mate-system-tools.install') diff --git a/community/mate-system-tools/mate-system-tools.install b/community/mate-system-tools/mate-system-tools.install new file mode 100644 index 000000000..d6813b0f7 --- /dev/null +++ b/community/mate-system-tools/mate-system-tools.install @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas/ + gtk-update-icon-cache -q -t -f /usr/share/icons/mate +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf