mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-26 14:52:13 +08:00
17 lines
334 B
Plaintext
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
|
|
}
|
|
|