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

post_upgrade() {
  post_install $i
}

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