7289f2a4d6
Please enter the commit message for your changes. Lines starting
10 lines
No EOL
165 B
Text
10 lines
No EOL
165 B
Text
# This script will clear the TeXLive directory
|
|
# and the /etc/profile.d/texlive.sh
|
|
#
|
|
case "${ACTION}" in
|
|
pre)
|
|
rm -rf /opt/texlive/2013
|
|
;;
|
|
post)
|
|
;;
|
|
esac |