PKGBUILDs/extra/eric-plugins/eric-plugins.install
2009-10-09 21:23:22 -05:00

9 lines
204 B
Text

post_install() {
echo "==> Some plugins depends on external tools: "
echo " -> CxFreeze Plugin depends on cx_freeze"
echo " -> PyLint Plugin depends on pylint"
}
post_upgrade() {
post_install
}