python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / texlive2018-bin / INSTALL
blob3e69f22371cb5cac2ef8cbdd22748b1238ecc61e
1 case "${ACTION}" in
2 post)
3         case "${UPDATE}" in
4         no)
5                 cd opt/texlive2018-installer
6                 case "${ARCH}" in
7                         x86_64-musl)
8                         ./install-tl -profile void.profile -force-platform x86_64-linuxmusl
9                         ;;
10                         *)
11                         ./install-tl -profile void.profile
12                         ;;
13                 esac
14         esac
15 esac