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