2010-05-31 03:30:11 +08:00
|
|
|
post_install() {
|
2018-08-01 17:18:33 +08:00
|
|
|
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"
|
2010-05-31 03:30:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
post_upgrade() {
|
2018-08-01 17:18:33 +08:00
|
|
|
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"
|
2010-05-31 03:30:11 +08:00
|
|
|
}
|
|
|
|
|