post_install() {
  glib-compile-schemas /usr/share/glib-2.0/schemas
  killall -USR1 gvfsd >&/dev/null || :
}

post_upgrade() {
  post_install
}

post_remove() {
  glib-compile-schemas /usr/share/glib-2.0/schemas
}