texlive.install 512 B

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