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