void-packages/srcpkgs/texlive2020-bin/REMOVE

9 lines
144 B
Plaintext
Raw Normal View History

2020-04-13 15:22:31 +02:00
# This script will clear the TeXLive directory
#
case "${ACTION}" in
post)
rm -rf opt/texlive/2020
rm -r opt/texlive2020-installer
;;
esac