post_install() {
  set -e
  echo
  echo ">>	Download the required file by running this:"
  echo ">>"
  echo ">>	  - python2 -m textblob.download_corpora"
  echo ">>"
  echo ">>	Add your Twitter API key to /usr/share/rhodiola.py"
  echo
}

post_upgrade() {
  post_install "$@"
}
