From 1d39427c14970a5903e946d208e75bb22f3ca1df Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Thu, 13 May 2010 01:00:38 +0200 Subject: office/texlive: Added to 13.0 repository --- office/texlive/doinst.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 office/texlive/doinst.sh (limited to 'office/texlive/doinst.sh') diff --git a/office/texlive/doinst.sh b/office/texlive/doinst.sh new file mode 100644 index 000000000000..5d68eafc8354 --- /dev/null +++ b/office/texlive/doinst.sh @@ -0,0 +1,17 @@ +# Temporarily add /usr/share/texmf/bin to $PATH or +# the updmap-sys and fmtutil-sys calls will not work +TEMP_PATH=$PATH +export PATH=/usr/share/texmf/bin:$PATH + +# This one shouldn't be needed, but just in case... +chroot . /usr/share/texmf/bin/mktexlsr 1>/dev/null 2>/dev/null + +# This is to generate /usr/share/texmf-var/ stuff +chroot . /usr/share/texmf/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null +chroot . /usr/share/texmf/bin/mktexlsr /usr/share/texmf-var 1>/dev/null 2>/dev/null +chroot . /usr/share/texmf/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null + +# Just in case... +export PATH=$TEMP_PATH +unset TEMP_PATH + -- cgit v1.2.3