mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
21 lines
320 B
Plaintext
21 lines
320 B
Plaintext
post_install() {
|
|
gtk-query-immodules-2.0 --update-cache
|
|
gtk-query-immodules-3.0 --update-cache
|
|
|
|
gtk-update-icon-cache -fq -t usr/share/icons/hicolor
|
|
|
|
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
|
|
}
|