repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
texlive-mhchem-bundle
/
texlive-mhchem-bundle.install
blob
9ad68f217d0373dc815b3ac869c0727552d60d8c
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)"
9
}
10
11
post_upgrade() {
12
post_install "$@"
13
}
14