mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
167 B
Text
14 lines
167 B
Text
|
st_install() {
|
||
|
fc-cache -fs
|
||
|
mkfontscale usr/share/fonts/TTF
|
||
|
mkfontdir usr/share/fonts/TTF
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
}
|