summarylogtreecommitdiffstats
path: root/typhoon.install
diff options
context:
space:
mode:
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"
+}