core/ttf-noto/ttf-noto.install
2014-07-16 09:23:51 +00:00

16 lines
236 B
Plaintext

post_install() {
echo -n "Updating font cache... "
fc-cache -fs >/dev/null
mkfontscale usr/share/fonts/{TTF,OTF}
mkfontdir usr/share/fonts/{TTF,OTF}
echo "Done."
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}