mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
13 lines
204 B
Text
13 lines
204 B
Text
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
|
|
}
|