post_install() {
  post_remove
  echo "The file was installed in:"
  kpsewhich flashcards.cls
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "Upgrading package database..."
  mktexlsr
}