repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
peach
/
peach.install
blob
688501cadaadacfc8b54563dc9ac06563c087d4d
1
post_install() {
2
echo ""
3
echo "[+] run '/usr/bin/peach' to call the peach fuzzer"
4
echo "[+] run 'peach samples/HelloWorld.xml' to verify your peach installation."
5
echo ""
6
}
7
8
post_upgrade() {
9
post_install $1
10
}