void-packages/srcpkgs/texlive2017-bin/REMOVE

8 lines
111 B
Plaintext
Raw Normal View History

2017-06-10 18:21:04 +02:00
# This script will clear the TeXLive directory
#
case "${ACTION}" in
post)
rm -rf opt/texlive/2017
;;
esac