diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-07-13 22:42:15 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-07-14 17:07:21 -0500 |
commit | 29395d3359451c81b5c55cb8cd9a5ad8387a6050 (patch) | |
tree | 5e4ffb2f2caf4ee9764ffd8fb8279b8599d38f56 /office/texlive | |
parent | cd9a4979178fb0a6b2eeb54d504afb7a70189b5c (diff) | |
download | slackbuilds-29395d3359451c81b5c55cb8cd9a5ad8387a6050.tar.gz |
office/texlive: Change the order of the commands in doinst.sh
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive')
-rw-r--r-- | office/texlive/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/office/texlive/doinst.sh b/office/texlive/doinst.sh index ef65a367b2..129601ec1a 100644 --- a/office/texlive/doinst.sh +++ b/office/texlive/doinst.sh @@ -1,8 +1,4 @@ -# This one shouldn't be needed, but just in case... chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null - -# This is to generate /usr/share/texmf-var/ stuff chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null -chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null |