core/uim/uim.install
Jan Mette 93d9bd24fe
2010-03-14 15:48:48 +00:00

14 lines
204 B
Plaintext

post_install() {
echo -n "updating gtk.immodules... "
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
echo "done."
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}