post_install() {
  set -e
  echo "To use lisa.py simply copy /usr/share/lisa.py/lisa.py to ~/ and
  /usr/share/lisa.py/lldbinit to ~/.lldbinit and fire up lldb"
}

post_upgrade() {
  post_install "$@"
}
