diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2018-07-12 22:32:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:55 +0700 |
commit | eb2c9ae627b868838fa9372d2e083b230bbc8b7d (patch) | |
tree | 494b95b798a05ca3996767c1ef2aacf01e0b4feb /office/texlive-extra/doinst.sh | |
parent | 5e9a5c28d73c3b1709a6b59bdd5b7a661dba1416 (diff) | |
download | slackbuilds-eb2c9ae627b868838fa9372d2e083b230bbc8b7d.tar.gz |
office/texlive-extra: Updated for version 2018.180630.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh index 0d6b389cdf..6bd3d2a58e 100644 --- a/office/texlive-extra/doinst.sh +++ b/office/texlive-extra/doinst.sh @@ -1,3 +1,3 @@ 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/fmtutil-sys --all 1>/dev/null 2>/dev/null +chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null |