core/graphite/pango-graphite.install

13 lines
152 B
Plaintext
Raw Normal View History

2010-11-30 03:53:50 +08:00
post_install() {
usr/bin/pango-querymodules >etc/pango/pango.modules
}
post_upgrade() {
post_install $1
}
pre_remove() {
post_install $1
}