diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-10-13 21:55:54 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-10-13 21:55:54 (GMT) |
commit | 58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2 (patch) | |
tree | dcad51414317cf40bf9108645e52a2268f0aa463 /abs/extra/community/twisted/twisted.install | |
parent | 4cb90e85c107f4a6c7ab1ac92d024f89b084f527 (diff) | |
parent | 12508fdd46f0e5131fb35a46a847ab814220cd8b (diff) | |
download | linhes_pkgbuild-58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2.zip linhes_pkgbuild-58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2.tar.gz linhes_pkgbuild-58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
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 } |