post_install() {
  echo "Please note that there is another version of python-magic, incompatible"
  echo "with this one, available at http://pypi.python.org/pypi/python-magic/"
  echo "Make sure this is the version you want."
}

post_upgrade() {
  post_install
}
