core/python2-twisted/python2-twisted.install
Adrián Chaves Fernández (Gallaecio) 95246b57f5 Removed python-numeric, which was replaced by python-numpy.
Removed larch, larch-live and liblarch, replaced by Chakra’s a-setup.sh script.
python2-cairo 1.10.0
python2-gobject 2.28.6
python2-crypto 2.6
python2-zope-interface 4.0.1
python2-twisted 12.2.0
python2-nose 1.2.1
python2-urwid 1.1.0
Rebuilt because of time reasons: python2-imaging, qt-assistant-compat.
2012-11-10 23:53:31 +01:00

12 lines
282 B
Plaintext

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
}