void-packages/srcpkgs/texlive-bin/REMOVE
onekk 7289f2a4d6 New Package: texlive-bin Official Unic installer of TeXLive
Please enter the commit message for your changes. Lines starting
2014-04-30 11:20:25 +02:00

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