post_install(){
	echo "Add /usr/share/pwndbg-git/gbdinit.py to gdb:"
	echo "echo 'source /usr/share/pwndbg-git/gdbinit.py' >> ~/.gdbinit"
	echo "DONE! debug your program with gdb and enjoy"

}

post_upgrade(){
	post_install
}
