summarylogtreecommitdiffstats
path: root/vice-gnomeui-devel.install
blob: b397193aa38d938d2279231a196c2160cd251c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  fc-cache
}

post_upgrade() {
  post_install
}

pre_remove() {
  post_install
}