summarylogtreecommitdiffstats
path: root/texlive-achemso.install
diff options
context:
space:
mode:
authorXyne2015-06-21 02:46:14 +0000
committerXyne2015-06-21 02:46:14 +0000
commit552159484896b76235a3fd322956136736820ed4 (patch)
tree34c2c813b87ecc8b58322a1db5c5c38b79aa2a6b /texlive-achemso.install
downloadaur-552159484896b76235a3fd322956136736820ed4.tar.gz
Initial import.
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 "$@"
+}
+