updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / texlive-mhchem-bundle / texlive-mhchem-bundle.install
blob9ad68f217d0373dc815b3ac869c0727552d60d8c
1 # from the texlive-bin package
2 post_install() {
3   echo    ">>> texlive: updating the filename database..."
4   usr/bin/mktexlsr
5 #   echo -n   "creating all formats..."
6 #   usr/bin/fmtutil-sys --all 1>/dev/null
7 #   echo      " done."
8 #   echo      " (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)"
11 post_upgrade() {
12   post_install "$@"