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

post_upgrade() {
  post_install
}