post_install() {
  echo -n "Updating font cache... "
  fc-cache usr/share/fonts/envypn
  mkfontdir usr/share/fonts/envypn
  echo "You may take a look at the README (located to /usr/share/doc/envypn/)"
  echo "done"
}

post_upgrade() {
  echo -n "Updating font cache... "
  echo "You may take a look at the README (located to /usr/share/doc/envypn/)"
  echo "done"
}
