gtk/fcitx-gtk/fcitx-gtk3.install
2013-05-06 17:21:57 +00:00

12 lines
149 B
Plaintext

post_install() {
extra/usr/bin/gtk-query-immodules-3.0 --update-cache
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}