aboutsummaryrefslogtreecommitdiffstats
path: root/latex-fitch-uoo/fitch.install
diff options
context:
space:
mode:
Diffstat (limited to 'latex-fitch-uoo/fitch.install')
-rw-r--r--latex-fitch-uoo/fitch.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/latex-fitch-uoo/fitch.install b/latex-fitch-uoo/fitch.install
deleted file mode 100644
index e1c1d5e..0000000
--- a/latex-fitch-uoo/fitch.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- echo " updating the filename database..."
- texconfig-sys rehash
- echo " done."
-}
-
-post_remove() {
- echo " updating the filename database..."
- texconfig-sys rehash
- echo " done."
-}