summarylogtreecommitdiffstats
path: root/phpunit-skeleton-generator.install
blob: cfb1610c9ad7d0ea75dc579979edb927da166aab (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo
  echo "Warning: phar.so must be enabled in your php.ini"
}

post_upgrade() {
  post_install
}