8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
# This script will clear the TeXLive directory
|
||
|
#
|
||
|
case "${ACTION}" in
|
||
|
post)
|
||
|
rm -rf opt/texlive/2016
|
||
|
;;
|
||
|
esac
|