updated on Wed Jan 25 12:16:47 UTC 2012
[aur-mirror.git] / ttf-babelstone-han / ttf-babelstone-han.install
blob645a26c639f18ce482eccd6e3e59b441d02b8c48
1 post_install()
3   echo -n "Updating font cache... "
4   fc-cache -fs >/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"
9  
10 post_upgrade()
12   post_install