1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/ttf-oxygen/ttf-oxygen.install
2016-11-05 02:18:08 -04:00

16 lines
227 B
Plaintext

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
}