summarylogtreecommitdiffstats
path: root/pdepend.install
blob: 847b1d45511397d496b9b48213edf8fdc2dae08d (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo
  echo "Warning: phar.so and bz2.so must be enabled in your php.ini"
}

post_upgrade() {
  post_install
}