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