summarylogtreecommitdiffstats
path: root/peda.install
diff options
context:
space:
mode:
Diffstat (limited to 'peda.install')
-rw-r--r--peda.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/peda.install b/peda.install
deleted file mode 100644
index 3614bcf9b31d..000000000000
--- a/peda.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- echo "
- >>> enable PEDA per user via:
- >>> echo 'source /usr/share/peda/peda.py' > ~/.gdbinit
- "
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: