diff options
Diffstat (limited to 'office/texlive-extra/doinst.sh')
-rw-r--r-- | office/texlive-extra/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh index 79d4d4d3e1..91d48effca 100644 --- a/office/texlive-extra/doinst.sh +++ b/office/texlive-extra/doinst.sh @@ -1,5 +1,4 @@ rm -f usr/share/texmf-config/web2c/updmap.cfg chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null printf "y\n" | chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null -chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null |