gtk/ibus/ibus.install

21 lines
320 B
Plaintext
Raw Normal View History

post_install() {
2015-09-24 10:42:18 +08:00
gtk-query-immodules-2.0 --update-cache
gtk-query-immodules-3.0 --update-cache
2015-09-24 10:42:18 +08:00
gtk-update-icon-cache -fq -t usr/share/icons/hicolor
2015-09-24 10:42:18 +08:00
glib-compile-schemas usr/share/glib-2.0/schemas
2015-03-15 18:00:35 +08:00
2015-09-24 10:42:18 +08:00
dconf update
}
2015-09-24 10:42:18 +08:00
post_upgrade() {
post_install
}
2015-09-24 10:42:18 +08:00
post_remove() {
post_install
rm -f etc/dconf/db/ibus
}