updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / ttf-tahoma / ttf.install
blob37aaa8617d439bb7e099773e3f70735a04caac3f
1 pre_install() {
2   rm -f usr/share/fonts/TTF/tahoma{,bd}.ttf
5 post_install() {
6   post_remove $1
8   echo -e "\n+++ If you do not possess a valid Microsoft product license,"
9   echo "+++ you must obtain the following from Ascender Corporation:"
10   echo "+++ http://www.ascenderfonts.com/font/tahoma-regular.aspx"
11   echo -e "+++ http://www.ascenderfonts.com/font/tahoma-bold.aspx\n"
14 post_upgrade() {
15   post_install $1
18 post_remove() {
19   echo -n "==> Rebuilding font cache... "
20   fc-cache -f &> /dev/null
21   mkfontscale /usr/share/fonts/TTF
22   mkfontdir /usr/share/fonts/TTF
23   echo "done"