vp-build/srcpkgs/texlive2015-bin/INSTALL

9 lines
196 B
Plaintext

case "${ACTION}" in
post)
case "${UPDATE}" in
no)
cd opt/texlive2015-installer
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2015/tlnet-final/ -profile void.profile
esac
esac