void-packages/srcpkgs/texlive2015-bin/REMOVE

8 lines
111 B
Text
Raw Normal View History

2015-06-15 12:04:58 +00:00
# This script will clear the TeXLive directory
#
case "${ACTION}" in
post)
rm -rf opt/texlive/2015
;;
esac