archrelease: copy trunk to community-any
[ArchLinux/community.git] / wpscan / repos / community-x86_64 / wpscan.install
blob9ee5b5bcc1a895480a745fe08acc229dafd296b9
1 post_install() {
2   echo -n 'Updating wpscan database...'
3   /usr/bin/wpscan --update >/dev/null 2>&1
4   echo "done."
7 post_upgrade() {
8   post_install