summarylogtreecommitdiffstats
path: root/fontconfig-32.install
blob: af29707d65d100df16229b59362f55598aa219c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_upgrade() {
  # a full forced directory scan is required here
  echo "Rebuilding 32-bit fontconfig cache..."
  /usr/bin/fc-cache-32 -rs
}

post_install() {
  post_upgrade $1 0
}

# vim:set sw=2 et: