post_install() {
  set -e
  echo
  echo ">> Create an account at completedns.com and verify first."
  echo "   Input your email and password on CompleteDNS_Login variable in"
  echo "   cloudunflare.bash."
  echo
}

post_upgrade() {
  post_install "$@"
}

