gtk/ibus/ibus.install
2018-10-12 04:01:14 +02:00

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
}