diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-06-26 00:44:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:43:22 +0700 |
commit | 790282238c118d91fe159aed5e09f7703cc35d09 (patch) | |
tree | f320c9aba8c24c72140c08c26ad82a22f8961fd9 /office/texlive-fonts/doinst.sh | |
parent | 3810dd6639e2ff369a9a76ca13f3c764f96a4ecb (diff) | |
download | slackbuilds-790282238c118d91fe159aed5e09f7703cc35d09.tar.gz |
office/texlive-fonts: Updated for version 2017.170622.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive-fonts/doinst.sh')
-rw-r--r-- | office/texlive-fonts/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/office/texlive-fonts/doinst.sh b/office/texlive-fonts/doinst.sh index c48abd6559..a939f14d90 100644 --- a/office/texlive-fonts/doinst.sh +++ b/office/texlive-fonts/doinst.sh @@ -1,5 +1,4 @@ [ -f usr/share/texmf-config/web2c/updmap.cfg ] && rm 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 |