mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 03:17:14 +08:00
19 lines
264 B
Plaintext
19 lines
264 B
Plaintext
post_install() {
|
|
gtk-query-immodules-2.0 --update-cache
|
|
gtk-query-immodules-3.0 --update-cache
|
|
|
|
glib-compile-schemas usr/share/glib-2.0/schemas
|
|
|
|
dconf update
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
|
|
rm -f etc/dconf/db/ibus
|
|
}
|