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