summarylogtreecommitdiffstats
path: root/ibus.install
blob: eea6deb6b3b3dc152afb7ed4764360688486f9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
  gtk-query-immodules-2.0 --update-cache
  gtk-query-immodules-3.0 --update-cache

  gtk-update-icon-cache -fq -t usr/share/icons/hicolor

  glib-compile-schemas usr/share/glib-2.0/schemas

  dconf update
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install

  rm -f etc/dconf/db/ibus
}