updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ttf-sansation / ttf.install
blob5842b8e10e75687590fefaad16c621def215ac79
1 post_install() {
2   echo "Updating font cache... "
3   fc-cache -f > /dev/null
4   mkfontscale /usr/share/fonts/TTF
5   mkfontdir /usr/share/fonts/TTF
6   echo " ...done."
8 post_upgrade() {
9   post_install $1
11 post_remove() {
12   post_install $1