updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / ttf-kochi-substitute / ttf.install
blob11c90e147097088a03a3dd87a5ecbcb1776e6462
2 post_install() {
3   echo -n "Updating font cache... "
4   fc-cache /usr/share/fonts/TTF
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
20 $op $*