summarylogtreecommitdiffstats
path: root/peda.install
diff options
context:
space:
mode:
authoranthraxx2015-07-20 23:31:32 +0200
committeranthraxx2015-07-20 23:31:32 +0200
commitca6aea936e74dc9ded9d4870cee67e8ae8198059 (patch)
tree2b95a6e01e0f329b91c8daaefbc4eab2a9613aab /peda.install
parent26ee832572eb08b07b6ea6cb54457efca0ee2de2 (diff)
downloadaur-ca6aea936e74dc9ded9d4870cee67e8ae8198059.tar.gz
upgpkg: peda-git 68.69068b0-1
upstream release - adding missing dependencies - create pyc and pyo files
Diffstat (limited to 'peda.install')
-rw-r--r--peda.install13
1 files changed, 9 insertions, 4 deletions
diff --git a/peda.install b/peda.install
index db928ac654cd..05aceab2b8ce 100644
--- a/peda.install
+++ b/peda.install
@@ -1,7 +1,12 @@
-#!/bin/bash
+post_install() {
+ echo "
+ >>> enable PEDA per user via:
+ >>> echo 'source /usr/share/peda/peda.py' > ~/.gdbinit
+ "
+}
-post_install(){
- echo "[+] Please enable PEDA with: echo 'source /usr/share/peda/peda.py' >> .gdbinit"
- echo "[+] To execute PEDA just execute GDB and enjoy :)"
+post_upgrade() {
+ post_install
}
+# vim: ts=2 sw=2 et: