PKGBUILDs/extra/ttf-dejavu/ttf-dejavu.install

14 lines
167 B
Text
Raw Normal View History

2009-09-26 14:35:50 +00:00
st_install() {
fc-cache -fs
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}