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

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