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