[ create a new paste ] login | about

Link: http://codepad.org/G2OX8Kvj    [ raw code | fork ]

Plain Text, pasted on Apr 30:
1
2
3
4
5
6
7
8
post_install() {
  python2 -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1 || return 1
}

post_upgrade() {
  post_install
}



Create a new paste based on this one


Comments: