summarylogtreecommitdiffstats
path: root/texlive.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive.install')
-rw-r--r--texlive.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/texlive.install b/texlive.install
deleted file mode 100644
index 6b32f29f92da..000000000000
--- a/texlive.install
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id: texlive.install 149 2009-04-30 00:46:23Z shtrom $
-# Taken from texlive-publishers
-
-post_install() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
-}
-
-post_upgrade() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
-}
-
-post_remove() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
-}