diff options
Diffstat (limited to 'abs/extra/community/twisted/twisted.install')
-rw-r--r-- | abs/extra/community/twisted/twisted.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/community/twisted/twisted.install b/abs/extra/community/twisted/twisted.install index 8e93ffd..62a2cc5 100644 --- a/abs/extra/community/twisted/twisted.install +++ b/abs/extra/community/twisted/twisted.install @@ -7,5 +7,5 @@ post_upgrade() { } post_remove() { - find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f + find /usr/lib/python2.6/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f } |