void-packages/srcpkgs/texlive2021-bin/REMOVE
2021-04-02 15:34:39 +02:00

8 lines
144 B
Text

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