summarylogtreecommitdiffstats
path: root/ttf-adobe-fangsong.install
blob: efa9beb32123d7692751267b5ac2533aa6cd7e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo -n "Updating font cache... "
  fc-cache -f > /dev/null
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}