post_install() {
  gtk-query-immodules-2.0 --update-cache
  gtk-query-immodules-3.0 --update-cache

  dconf update
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install

  rm -f etc/dconf/db/ibus
}
