summarylogtreecommitdiffstats
path: root/lib32-fontconfig.install
blob: a02b1e7a71e467074649849c3af08bc365836e6a (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  post_upgrade $1
}

post_upgrade() {
  echo -n "Rebuilding 32-bit fontconfig cache..."
  # a full forced directory scan is required here
  /usr/bin/fc-cache-32 -rs
  echo " done."
}