blob: 041ac72c86aa8ea3113ac7de6e022d542c3f46b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
echo ">>> updmap custom entries should go into /etc/texmf/web2c/updmap-local.cfg"
echo ">>> fmtutil custom entries should go into /etc/texmf/web2c/fmtutil-local.cnf"
echo "NB: To setup ConTeXt and the lua(la)tex font db,"
echo " see http://wiki.archlinux.org/index.php/TeX_Live"
}
post_upgrade() {
echo ">>> updmap custom entries should go into /etc/texmf/web2c/updmap-local.cfg"
echo ">>> fmtutil custom entries should go into /etc/texmf/web2c/fmtutil-local.cnf"
}
|