diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-07-20 05:00:32 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 14:20:25 -0500 |
commit | cc556c02d6228c0949aa6955f807fcdd781bc751 (patch) | |
tree | a5356da2b132ddf2b7be8b62d71b62b6dc57ef09 /office/texlive-extra/doinst.sh | |
parent | d288e54fa651d05e176f636f4b1092a5b5bd6c09 (diff) | |
download | slackbuilds-cc556c02d6228c0949aa6955f807fcdd781bc751.tar.gz |
office/texlive-extra: Added (this replaces texlive-texmf-extra)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive-extra/doinst.sh')
-rw-r--r-- | office/texlive-extra/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh new file mode 100644 index 0000000000..79d4d4d3e1 --- /dev/null +++ b/office/texlive-extra/doinst.sh @@ -0,0 +1,5 @@ +rm -f 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 |