gtk/ibus/ibus.install
2019-01-23 14:50:35 +01:00

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
}