post_install() {cat<<'EOF'eigengdb installed.To enable the printers for your user, run: eigengdb_register_printersThis will add a snippet to ~/.gdbinit that loads the printers.Alternatively, add this manually to ~/.gdbinit: python __import__('eigengdb').register_eigen_printers(None) endEOF}
post_upgrade() {
post_install
}