summarylogtreecommitdiffstats
path: root/typhoon.install
diff options
context:
space:
mode:
authorwillemw122015-09-28 10:56:30 +0200
committerwillemw122015-09-28 10:56:30 +0200
commitdf45575b62d91d9d351e62d38ec8ba36cfdb48ea (patch)
tree22a4145e21e259821bc7e3fffb27b23249d7b8cc /typhoon.install
downloadaur-df45575b62d91d9d351e62d38ec8ba36cfdb48ea.tar.gz
Initial commit
Diffstat (limited to 'typhoon.install')
-rw-r--r--typhoon.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/typhoon.install b/typhoon.install
new file mode 100644
index 000000000000..dd695dbeaf13
--- /dev/null
+++ b/typhoon.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+}