7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
cd opt/texlive2015-installer
|
||
|
./install-tl -profile void.profile
|
||
|
esac
|
||
|
|