diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2018-09-08 03:40:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:27:29 +0700 |
commit | ad56c1aac2a17eaf6bd71f7ecefef06b6dcd7eac (patch) | |
tree | 541db7d1c747bc3dfd99edf2342fdec07ac1810a /office/texlive/doinst.sh | |
parent | 3af58c5e5b3331bae4c947078c45be1da908a9d8 (diff) |
office/texlive: Updated for version 2018.180822.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive/doinst.sh')
-rw-r--r-- | office/texlive/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/texlive/doinst.sh b/office/texlive/doinst.sh index f864e767d66fa..d7af8f55c1cf8 100644 --- a/office/texlive/doinst.sh +++ b/office/texlive/doinst.sh @@ -1,5 +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 -chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null +chroot . /usr/bin/fmtutil-sys --missing 1>/dev/null 2>/dev/null chroot . /usr/bin/mtxrun --generate 1>/dev/null 2>/dev/null |