summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Robby Workman2013-07-14 05:42:15 +0200
committer Robby Workman2013-07-15 00:07:21 +0200
commit29395d3359451c81b5c55cb8cd9a5ad8387a6050 (patch)
tree5e4ffb2f2caf4ee9764ffd8fb8279b8599d38f56 /office
parentcd9a4979178fb0a6b2eeb54d504afb7a70189b5c (diff)
downloadslackbuilds-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')
-rw-r--r--office/texlive/doinst.sh4
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