summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/twisted/twisted.install
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2011-10-12 01:44:32 (GMT)
committerMichael Hanson <mihanson@linhes.org>2011-10-12 01:44:32 (GMT)
commit12508fdd46f0e5131fb35a46a847ab814220cd8b (patch)
treedc7a7887faee2efb9156ea2dff9920ca1a5dfd16 /abs/extra/community/twisted/twisted.install
parent33b16078be993273a17490689c32a32d88ecb14a (diff)
downloadlinhes_pkgbuild-12508fdd46f0e5131fb35a46a847ab814220cd8b.zip
linhes_pkgbuild-12508fdd46f0e5131fb35a46a847ab814220cd8b.tar.gz
linhes_pkgbuild-12508fdd46f0e5131fb35a46a847ab814220cd8b.tar.bz2
twisted: missed a python2.7 reference in the install file.
Diffstat (limited to 'abs/extra/community/twisted/twisted.install')
-rw-r--r--abs/extra/community/twisted/twisted.install2
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
}