summarylogtreecommitdiffstats
path: root/pwngdb.install
blob: 8d52db0797e970532775c06b7838ed96f0359245 (plain)
1
2
3
4
5
6
7
post_install() {
    echo "You have to execute'cp /usr/share/Pwngdb/.gdbinit ~/.gdbinit' to use it"
}

post_remove() {
    echo "Please remmove ~/.gdbinit to avoid errors"
}