blob: 59ba2e0556c4490b2d25661b4970c11046e8c327 (
plain)
1
2
3
4
5
6
7
8
|
post_install () {
echo "==> For burp usage instructions see http://burp.grke.org/"
echo "==> For arch linux specific instructions see /usr/share/doc/burp/readme-archlinux.txt"
}
post_upgrade () {
post_install $1
}
|