core/ttf-oxygen/ttf-oxygen.install

16 lines
263 B
Plaintext
Raw Normal View History

2014-11-15 06:35:29 +08:00
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
}