mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
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"
|
|
}
|
|
|