void-packages/srcpkgs/texlive2019-bin/REMOVE
Leah Neukirchen d9af98424c New package: texlive2019-bin-2019
Not default yet as not all CTAN mirrors provide it.
2019-05-02 12:20:07 +02:00

9 lines
144 B
Plaintext

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