post_install() {
  echo -n 'Updating wpscan database...'
  /usr/bin/wpscan --update >/dev/null 2>&1
  echo "done."
}

post_upgrade() {
  post_install
}
