summarylogtreecommitdiffstats
path: root/ttf-astra-sans.install
blob: 1d8966f45ac08789eb04c1d679be333af92795e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  fc-cache -s
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}