summaryrefslogtreecommitdiff
path: root/extra/scim/install
blob: c05312bfd5946efa8997cf935ecc5d967eba2c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}