summarylogtreecommitdiffstats
path: root/texlive-flashcards.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-flashcards.install')
-rw-r--r--texlive-flashcards.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/texlive-flashcards.install b/texlive-flashcards.install
new file mode 100644
index 000000000000..996ec2364eb4
--- /dev/null
+++ b/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
+}