From ed17aeea61c4dce1f0b16547d215206d32c2e441 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sat, 11 Apr 2015 01:42:31 +0800 Subject: mingw-w64-gtk3: Add glib-compile-schemas post-install scripts --- mingw-w64-gtk3/mingw-w64-gtk3.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mingw-w64-gtk3/mingw-w64-gtk3.install (limited to 'mingw-w64-gtk3/mingw-w64-gtk3.install') diff --git a/mingw-w64-gtk3/mingw-w64-gtk3.install b/mingw-w64-gtk3/mingw-w64-gtk3.install new file mode 100644 index 0000000..6936f06 --- /dev/null +++ b/mingw-w64-gtk3/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 +} -- cgit