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