summarylogtreecommitdiffstats
path: root/burp.install
diff options
context:
space:
mode:
Diffstat (limited to 'burp.install')
-rw-r--r--burp.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/burp.install b/burp.install
new file mode 100644
index 000000000000..59ba2e0556c4
--- /dev/null
+++ b/burp.install
@@ -0,0 +1,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
+}