updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / oldstand-font / oldstand.install
bloba2c4d9a2daf5098a7470fb5fb2405454b4e78cc1
1 post_install() {
2   echo -n "Updating font cache... "
3   fc-cache -f > /dev/null
5   mkfontscale /usr/share/fonts/TTF
6   mkfontdir /usr/share/fonts/TTF
8   mkfontscale /usr/share/fonts/OTF
9   mkfontdir /usr/share/fonts/OTF
11   echo "done."
12   echo "Note: oldstand fonts are in /usr/share/fonts/TTF and /usr/share/fonts/OTF"
15 post_upgrade() {
16   post_install $1
19 post_remove() {
20   post_install $1