arch-ppa/src/ttf-oxygen/ttf-oxygen.install

16 lines
227 B
Plaintext
Raw Normal View History

2016-11-05 02:18:08 -04:00
post_install() {
echo -n "Updating font cache... "
fc-cache -s
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done."
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}