summarylogtreecommitdiffstats
path: root/gala.install
diff options
context:
space:
mode:
authorQue Quotion2015-10-24 01:55:45 +0900
committerQue Quotion2015-10-24 01:55:45 +0900
commit249d97ae1b6aa168c9d8fd1568b988fe2e665c35 (patch)
tree37042d8bceb2e26eb5b4ef7b7d78d2ff27ae3eb9 /gala.install
downloadaur-249d97ae1b6aa168c9d8fd1568b988fe2e665c35.tar.gz
Initial upload
Diffstat (limited to 'gala.install')
-rw-r--r--gala.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/gala.install b/gala.install
new file mode 100644
index 000000000000..b0835e035921
--- /dev/null
+++ b/gala.install
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: