void-packages/srcpkgs/texlive2018-bin/REMOVE
2018-05-05 15:52:26 +02:00

9 lines
144 B
Plaintext

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