summaryrefslogtreecommitdiff
path: root/extra/fcitx/fcitx-gtk2.install
blob: 7503c05eb9651e3a3dac8a2e525da7c44ff2df1b (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}