void-packages/srcpkgs/texlive2024-bin/REMOVE

9 lines
144 B
Plaintext

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