diff options
Diffstat (limited to 'texlive-flashcards/texlive-flashcards.install')
-rw-r--r-- | texlive-flashcards/texlive-flashcards.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/texlive-flashcards/texlive-flashcards.install b/texlive-flashcards/texlive-flashcards.install new file mode 100644 index 0000000..996ec23 --- /dev/null +++ b/texlive-flashcards/texlive-flashcards.install @@ -0,0 +1,14 @@ +post_install() { + post_remove + echo "The file was installed in:" + kpsewhich flashcards.cls +} + +post_upgrade() { + post_install +} + +post_remove() { + echo "Upgrading package database..." + mktexlsr +} |