updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / ttf-ecofont / ttf-ecofont.install
blob1f51d6b6ea3366d68df80ebedf6994eb9541e5b6
1 _update_fc() {
2         fc-cache -f > /dev/null
3         mkfontscale /usr/share/fonts/TTF
4         mkfontdir /usr/share/fonts/TTF
7 post_install() {
8         echo -n "ecofont installed. Updating font cache... "
9         _update_fc
10         echo "done."
13 post_upgrade() {
14         echo -n "ecofont upgraded. Updating font cache... "
15         _update_fc
16         echo "done."
19 post_remove() {
20         echo -n "ecofont removed. Updating font cache... "
21         _update_fc
22         echo "done."