diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-06-29 07:49:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 07:49:21 +0700 |
commit | 05eefea0784239b74dd5b9cb94c4127ccd26aefa (patch) | |
tree | 3bb679e6e04fbde11d0abdfbaf176620a5b33bf1 /office/texlive-extra/doinst.sh | |
parent | b06a45f5ce51699d2771bf1ba3cdf385a688b493 (diff) | |
download | slackbuilds-05eefea0784239b74dd5b9cb94c4127ccd26aefa.tar.gz |
office/texlive-extra: Updated for version 2019.190626.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 6bd3d2a58e..f3b57a1c9c 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 |