summaryrefslogtreecommitdiff
path: root/extra/latex2html/latex2html.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/latex2html/latex2html.install')
-rw-r--r--extra/latex2html/latex2html.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/latex2html/latex2html.install b/extra/latex2html/latex2html.install
deleted file mode 100644
index afbeeb50c..000000000
--- a/extra/latex2html/latex2html.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}
-