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