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