void-packages/srcpkgs/texlive2014-bin/REMOVE

8 lines
118 B
Plaintext
Raw Normal View History

2014-07-08 16:18:46 +02:00
# This script will clear the TeXLive directory
#
case "${ACTION}" in
post)
rm -rf /opt/texlive/2014
;;
esac