void-packages/srcpkgs/texlive2013-bin/REMOVE

7 lines
117 B
Text
Raw Normal View History

2014-07-08 14:19:03 +00:00
# This script will clear the TeXLive directory
#
case "${ACTION}" in
post)
rm -rf /opt/texlive/2013
;;
esac