updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gdb-boost-pretty-git / gdb-boost-pretty.install
blob7655ef33056817f1bc4cb213570d36523dacb1b0
2 post_install() {
3   echo "Add the following line in your /etc/gdb/gdbinit or ~/.gdbinit:"
4   echo "   source /usr/share/gdb/gdb-boost-pretty/gdb-boost-pretty.gdb"
7 post_upgrade() {
8   post_install $1
11 post_remove() {
12   echo "Remove the following line from your /etc/gdb/gdbinit or ~/.gdbinit if you added it:"
13   echo "   source /usr/share/gdb/gdb-boost-pretty/gdb-boost-pretty.gdb"