PKGBUILDs/extra/graphite/pango-graphite.install

13 lines
152 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
usr/bin/pango-querymodules >etc/pango/pango.modules
}
post_upgrade() {
post_install $1
}
pre_remove() {
post_install $1
}