core/ttf-noto/ttf-noto.install

16 lines
236 B
Plaintext
Raw Normal View History

2014-07-16 17:23:12 +08:00
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
}