updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ttf-boris-black-bloxx / ttf-boris-black-bloxx.install
blob9aeac25fb29ec6a992a5054d738655482eceabcd
1 post_install()
3     echo -n "Updating font cache... "
4     fc-cache -f > /dev/null || return 1
5     mkfontscale /usr/share/fonts/TTF || return 1
6     mkfontdir /usr/share/fonts/TTF || return 1
7     echo "done."
10 post_upgrade()
12     post_install $1
15 post_remove()
17     post_install $1
20 op=$1
21 shift
23 $op $*