summaryrefslogtreecommitdiff
path: root/testing/texlive-bin/texlive.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/texlive-bin/texlive.install')
-rw-r--r--testing/texlive-bin/texlive.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/texlive-bin/texlive.install b/testing/texlive-bin/texlive.install
deleted file mode 100644
index 9307c536b..000000000
--- a/testing/texlive-bin/texlive.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- echo ">>> texlive: updating the filename database..."
- usr/bin/mktexlsr
- echo -n "creating all formats..."
- usr/bin/fmtutil-sys --all 1>/dev/null
- echo " done."
- echo " (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)"
-}
-
-post_upgrade() {
- echo ">>> texlive: updating the filename database..."
- usr/bin/mktexlsr
- echo -n "recreating all formats..."
- usr/bin/fmtutil-sys --all 1>/dev/null
- echo " done."
- echo " (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)"
-}
-