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

  dconf update
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install

  rm -f etc/dconf/db/ibus
}