void-packages/srcpkgs/texlive2019-bin/INSTALL
Leah Neukirchen d9af98424c New package: texlive2019-bin-2019
Not default yet as not all CTAN mirrors provide it.
2019-05-02 12:20:07 +02:00

16 lines
264 B
Plaintext

case "${ACTION}" in
post)
case "${UPDATE}" in
no)
cd opt/texlive2019-installer
case "${ARCH}" in
x86_64-musl)
./install-tl -profile void.profile -force-platform x86_64-linuxmusl
;;
*)
./install-tl -profile void.profile
;;
esac
esac
esac