diff options
Diffstat (limited to 'abs/extra/texlive-core/texlive.install')
-rw-r--r-- | abs/extra/texlive-core/texlive.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/texlive-core/texlive.install b/abs/extra/texlive-core/texlive.install new file mode 100644 index 0000000..041ac72 --- /dev/null +++ b/abs/extra/texlive-core/texlive.install @@ -0,0 +1,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" +} + |