post_install(){
  echo """
  To get optimal results, edit the file 

  /usr/lib/python2.7/site-packages/knockpy/config.json

  with your VirusTotal API Key.
  """

}

post_upgrade(){
  post_install
}


