repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
wpscan
/
repos
/
community-x86_64
/
wpscan.install
blob
9ee5b5bcc1a895480a745fe08acc229dafd296b9
1
post_install() {
2
echo -n 'Updating wpscan database...'
3
/usr/bin/wpscan --update >/dev/null 2>&1
4
echo "done."
5
}
6
7
post_upgrade() {
8
post_install
9
}