summarylogtreecommitdiffstats
path: root/fontconfig-ttf-ms-fonts.install
blob: 4c37691d66f2a9b62b5026621b1403415c712daa (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo -n "updating font cache... "
  /usr/bin/fc-cache -f
  echo "done."
}

post_upgrade() {
  echo -n "updating font cache... "
  /usr/bin/fc-cache -f
  echo "done."
}