PKGBUILDs/extra/graphite/pango-graphite.install
2009-10-09 21:23:22 -05:00

12 lines
152 B
Text

post_install() {
usr/bin/pango-querymodules >etc/pango/pango.modules
}
post_upgrade() {
post_install $1
}
pre_remove() {
post_install $1
}