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