diff options
Diffstat (limited to 'office/texlive-extra/doinst.sh')
-rw-r--r-- | office/texlive-extra/doinst.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh index 6bd3d2a58e4e4..f3b57a1c9cd5b 100644 --- a/office/texlive-extra/doinst.sh +++ b/office/texlive-extra/doinst.sh @@ -1,3 +1,5 @@ chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null -chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null +cp usr/share/texmf-dist/web2c/updmap.cfg.extra usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp +chroot . /usr/bin/updmap-sys --cnffile /usr/share/texmf-dist/web2c/updmap.cfg --cnffile /usr/share/texmf-dist/web2c/updmap.cfg.extra 1>/dev/null 2>/dev/null +mv usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp usr/share/texmf-dist/web2c/updmap.cfg.extra |