post_install() {
  echo -n "Updating font cache... " 
  usr/bin/fc-cache -s
  cd usr/share/fonts/misc
  mkfontdir
  mkfontscale
  echo "done."
}

post_upgrade() {
  post_install $i
}

post_remove() {
  usr/bin/fc-cache -s
}
