void-packages/srcpkgs/texlive2014-bin/REMOVE
2014-09-15 17:43:54 +02:00

8 lines
118 B
Plaintext

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