core/ttf-oxygen/ttf-oxygen.install
2014-11-14 22:51:53 +00:00

16 lines
263 B
Plaintext

post_install() {
echo -n "Updating font cache... "
fc-cache -f > /dev/null
mkfontscale /usr/share/fonts/truetype/oxygen
mkfontdir /usr/share/fonts/truetype/oxygen
echo "done."
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}