summarylogtreecommitdiffstats
path: root/texlive-achemso.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-achemso.install')
-rw-r--r--texlive-achemso.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/texlive-achemso.install b/texlive-achemso.install
deleted file mode 100644
index 9ad68f217d03..000000000000
--- a/texlive-achemso.install
+++ /dev/null
@@ -1,14 +0,0 @@
-# from the texlive-bin package
-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() {
- post_install "$@"
-}
-