mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
13 lines
152 B
Text
13 lines
152 B
Text
![]() |
post_install() {
|
||
|
usr/bin/pango-querymodules >etc/pango/pango.modules
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|
||
|
|
||
|
pre_remove() {
|
||
|
post_install $1
|
||
|
}
|
||
|
|