core/otf-source-sans-pro/otf.install

16 lines
244 B
Plaintext
Raw Normal View History

2013-10-28 22:49:20 +08:00
post_install() {
post_remove $1
}
post_upgrade() {
post_install $1
}
post_remove() {
echo -n "==> Rebuilding font cache... "
fc-cache -f &> /dev/null
mkfontscale /usr/share/fonts/OTF
mkfontdir /usr/share/fonts/OTF
echo "done"
}