updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ttf-oldstandard / oldstandard.install
blobd93ef27b28104fe1290a0323fd50ea02dc014bea
1 post_install() {
2   echo -n "Updating font cache... "
3   fc-cache -s -f > /dev/null
4   mkfontscale /usr/share/fonts/TTF
5   mkfontdir /usr/share/fonts/TTF
6   mkfontscale /usr/share/fonts/OTF
7   mkfontdir /usr/share/fonts/OTF
8   echo "done."
11 post_upgrade() {
12   post_install $1
15 post_remove() {
16   post_install $1
19 op=$1
20 shift
22 $op $*