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
}
