summaryrefslogtreecommitdiff
path: root/community/mate-system-tools/mate-system-tools.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-17 03:43:05 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-17 03:43:05 +0000
commit953eead14ccfe47904e73cee9cea6e1255f57356 (patch)
tree8727303ca854032eb046995d052805c969755f30 /community/mate-system-tools/mate-system-tools.install
parentb296a78e1469d58c52acc47586bd5bb84f25fc0f (diff)
Fri Jan 17 03:37:47 UTC 2014
Diffstat (limited to 'community/mate-system-tools/mate-system-tools.install')
-rw-r--r--community/mate-system-tools/mate-system-tools.install12
1 files changed, 12 insertions, 0 deletions
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
+}