updated on Fri Jan 6 16:11:31 UTC 2012
[aur-mirror.git] / ttf-unifraktur / ttf.install
blob4e3f247164c8f0586645b439a74009d7419babc5
1 post_install()
3         echo -n "Updating font cache... "
4         fc-cache -fs >/dev/null
5         mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
6         mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
7         echo "done"
10 post_upgrade()
12         post_install