summaryrefslogtreecommitdiffstats
path: root/mingw-w64-gtk3/mingw-w64-gtk3.install
blob: 6936f0682a96ee7684fd188af28dcdb2153ced40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
}