post_install(){
  echo """
  This package is a BurpSuite extension
  Open BurpSuite.

  Follow the menus:
  Extender > Extensions > Add

  Extension Type: Java
  File: /usr/share/psychopath-git/pyschoPATH.jar

  and then add extension.
  """

}

post_upgrade(){
  post_install
}


