summarylogtreecommitdiffstats
path: root/php-security-checker.install
blob: 6c751a4a2686f1f857f529fcdd1f5455d2358c73 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo
  echo "php-security-checker is installed as executable 'php-security-checker'."
}

post_upgrade() {
    post_install
}