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, 14 insertions, 0 deletions
diff --git a/texlive-achemso.install b/texlive-achemso.install
new file mode 100644
index 000000000000..9ad68f217d03
--- /dev/null
+++ b/texlive-achemso.install
@@ -0,0 +1,14 @@
+# 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 "$@"
+}
+