summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/twisted/twisted.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/community/twisted/twisted.install')
-rw-r--r--abs/extra/community/twisted/twisted.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/community/twisted/twisted.install b/abs/extra/community/twisted/twisted.install
deleted file mode 100644
index 62a2cc5..0000000
--- a/abs/extra/community/twisted/twisted.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- python2 -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1 || return 1
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- find /usr/lib/python2.6/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
-}