summarylogtreecommitdiffstats
path: root/php-sha3.install
blob: f0b116f51a7572270c52102fbdf4d40de81f40af (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo
  echo "You may wish to uncomment/change the settings found in"
  echo "  /etc/php/conf.d/sha3.ini"
}
post_upgrade() {
  post_install
}