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