updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / fontconfig-ms-fonts-zh / fontsconf.install
blob2981d5e2468f350c1b59edb3d71b2b88b654da9b
1 post_install() {
2 echo "Updating fonts cache..."
3 fc-cache -fv &>/dev/null
4 echo "Done"
7 post_upgrade() {
8   post_install $1
11 post_remove() {
12 echo "Updating fonts cache..."
13 fc-cache -fv &>/dev/null
14 echo "Done"
17 op=$1
18 shift
20 $op $*