void-packages/srcpkgs/texlive2020-bin/REMOVE

9 lines
144 B
Text
Raw Normal View History

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