summarylogtreecommitdiffstats
path: root/texlive-achemso.install
diff options
context:
space:
mode:
authorXyne2017-07-27 00:39:37 +0000
committerXyne2017-07-27 00:39:37 +0000
commitadb155550454e7337d10adbb720ca58db0ea4ff9 (patch)
tree36606d891fe611df34523e923350e7d99d24be12 /texlive-achemso.install
parent378cff1b84e4dd9b64ccb9a33a3401886c1ecaff (diff)
downloadaur-adb155550454e7337d10adbb720ca58db0ea4ff9.tar.gz
updated to 3.10i and removed install script
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 "$@"
-}
-