summarylogtreecommitdiffstats
path: root/burp.install
blob: e4d69be933027abe1c6d3dc31721acc9bb697d08 (plain)
1
2
3
4
5
6
7
8
post_install () {
  echo "==> For burp usage instructions see http://burp.grke.org/burp2.html and http://burp.grke.org/"
  echo "==> For arch linux specific instructions see /usr/share/doc/burp/readme-archlinux.txt"
}

post_upgrade () {
  post_install $1
}