summarylogtreecommitdiffstats
path: root/mingw-w64-gtk3.install
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-w64-gtk3.install')
-rw-r--r--mingw-w64-gtk3.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mingw-w64-gtk3.install b/mingw-w64-gtk3.install
new file mode 100644
index 000000000000..6936f0682a96
--- /dev/null
+++ b/mingw-w64-gtk3.install
@@ -0,0 +1,12 @@
+post_install() {
+ /usr/bin/glib-compile-schemas /usr/i686-w64-mingw32/share/glib-2.0/schemas
+ /usr/bin/glib-compile-schemas /usr/x86_64-w64-mingw32/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}