summarylogtreecommitdiffstats
path: root/gef.install
blob: 29b9c5d08c8158c7dafc75251b2b3a1c0216b540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo "
    >>> enable GEF per user via:
    >>> echo 'source /usr/share/gef/gef.py' > ~/.gdbinit
  "
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et: