updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ttf-dpcustommono2 / ttf-dpcustommono2.install
blobc828353947ab72df017be7fcf979975366be2eac
1 post_install()
3     echo -n "Updating font cache... "
4     fc-cache -f > /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 $1
15 op=$1
16 shift
18 $op $*