PKGBUILDs/devel/archive/gtk3/mingw-w64/mingw-w64-gtk3.install

13 lines
244 B
Plaintext

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
}