summarylogtreecommitdiffstats
path: root/peda.install
diff options
context:
space:
mode:
authoranthraxx2016-06-03 23:52:00 +0200
committeranthraxx2016-06-03 23:52:00 +0200
commitc01d4fec2cbf6ee8da76c5df7d25c80bd12bd2d3 (patch)
treeffcc0852a2d3dbc77e2234b9cc803a914e69e64f /peda.install
parent38e6f9c359a674cce7eec5f618ef6702e33ec271 (diff)
downloadaur-c01d4fec2cbf6ee8da76c5df7d25c80bd12bd2d3.tar.gz
upgpkg: peda-git 1.1.82.b7c7d7a-1
upstream release
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: