summarylogtreecommitdiffstats
path: root/ttf-yas.install
blob: d00d1939b319730c2da1e66f0af11cb5dae5ded5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  fc-cache -f > /dev/null
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}