mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
5 lines
124 B
Text
5 lines
124 B
Text
case ${ACTION} in
|
|
purge)
|
|
find usr/lib/python3.*/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
|
|
;;
|
|
esac
|