mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
18 lines
525 B
Plaintext
18 lines
525 B
Plaintext
post_install() {
|
|
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"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|
|
|