PKGBUILDs/extra/eric-plugins/eric-plugins.install

10 lines
204 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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
}