case ${ACTION} in
purge)
	find usr/lib/python3.*/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
	;;
esac
