summaryrefslogtreecommitdiff
path: root/testing/twisted/twisted.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/twisted/twisted.install')
-rw-r--r--testing/twisted/twisted.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/twisted/twisted.install b/testing/twisted/twisted.install
deleted file mode 100644
index 8e93ffd3c..000000000
--- a/testing/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.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f
-}