summarylogtreecommitdiffstats
path: root/mate-power-manager.install
diff options
context:
space:
mode:
authorArch Nous2015-06-11 15:52:39 +0300
committerArch Nous2015-06-11 15:52:39 +0300
commit7527fa639c0e5ea4faae2700ec5e3faa2a8856a5 (patch)
tree6644ce3fe7a147afc9726ab4c6838fce532a694d /mate-power-manager.install
downloadaur-7527fa639c0e5ea4faae2700ec5e3faa2a8856a5.tar.gz
Initial import
Diffstat (limited to 'mate-power-manager.install')
-rw-r--r--mate-power-manager.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mate-power-manager.install b/mate-power-manager.install
new file mode 100644
index 000000000000..7af080f58671
--- /dev/null
+++ b/mate-power-manager.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/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}