desktop/fcitx/fcitx.install

22 lines
677 B
Plaintext
Raw Normal View History

2012-09-15 11:03:40 +08:00
post_install() {
2013-05-30 01:59:31 +08:00
printf "=============================================================\n"
printf "fcitx doesn't provides gtk im module anymore in this package.\n"
printf "please install fcitx-gtk2 and fcitx-gtk3 from [extra].\n"
printf "\e[01;33mfcitx-pinyin and fcitx-table are splitted from fcitx, please\n"
printf "install them separately.\n\e[00m"
printf "=============================================================\n"
2012-09-15 11:03:40 +08:00
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
2016-03-17 00:23:55 +08:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2012-09-15 11:03:40 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}