mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 08:37:14 +08:00
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
post_install() {
|
|
echo -n 'updating gtk.immodules... '
|
|
/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
|
|
echo 'done.'
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|