From 79c0846bed0c90167853e2327c0d51a95d903342 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 15 Sep 2015 16:19:53 -0300 Subject: texlive-core-2015.37554-1.parabola1: updating version --- libre/texlive-core/texlive.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libre/texlive-core/texlive.install') diff --git a/libre/texlive-core/texlive.install b/libre/texlive-core/texlive.install index 77d4213be..3b5e32a57 100644 --- a/libre/texlive-core/texlive.install +++ b/libre/texlive-core/texlive.install @@ -16,6 +16,12 @@ post_install() { [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP echo ">>> texlive: updating the filename database..." usr/bin/mktexlsr + (cd etc/texmf && ../../bin/mtxrun --generate >/dev/null) + # We need to remove directory "." from luatex cache to avoid absurd + # behaviour. + for item in var/lib/texmf/luatex-cache/context/*/trees/*.lua; do + grep -F '["root"]="."' "$item" >/dev/null && rm -vf "$item" "${item%.lua}.luc" + done echo ">>> texlive: updating the fontmap files with updmap..." usr/bin/updmap-sys --quiet --nohash echo " done." @@ -38,6 +44,12 @@ post_upgrade() { [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP echo ">>> texlive: updating the filename database..." usr/bin/mktexlsr + (cd usr/share/texmf-dist && ../../bin/mtxrun --generate >/dev/null) + # We need to remove directory "." from luatex cache to avoid absurd + # behaviour. + for item in var/lib/texmf/luatex-cache/context/*/trees/*.lua; do + grep -F '["root"]="."' "$item" >/dev/null && rm -vf "$item" "${item%.lua}.luc" + done echo ">>> texlive: updating the fontmap files with updmap..." usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES echo " done." -- cgit v1.2.3