void-packages/srcpkgs/texlive2016-bin/INSTALL
2017-06-10 18:25:32 +02:00

8 lines
196 B
Text

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