blob: 996ec2364eb434ac74684b48340e05d33b069243 (
plain) (
tree)
|
|
post_install() {
post_remove
echo "The file was installed in:"
kpsewhich flashcards.cls
}
post_upgrade() {
post_install
}
post_remove() {
echo "Upgrading package database..."
mktexlsr
}
|