void-packages/srcpkgs/texlive2016-bin/REMOVE
2016-06-08 13:39:05 +02:00

8 lines
111 B
Text

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