6 lines
125 B
Text
6 lines
125 B
Text
|
case ${ACTION} in
|
||
|
purge)
|
||
|
find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
|
||
|
;;
|
||
|
esac
|