updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / chess-merida / merida.install
blobf29c33551317524a0cb4cc65227010926b116ee1
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."
10 post_upgrade()
12     post_install $1
15 post_remove()
17     post_install $1