desktop/fcitx/fcitx.install
2013-01-30 22:27:06 +00:00

17 lines
334 B
Plaintext

post_install() {
echo "fcitx doesn't provides gtk im module anymore in this package."
echo "please install fcitx-gtk2 and fcitx-gtk3 from ccr if you need them."
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}