post_install() {
  set -e

  echo -e "\n  >> You need to be root for fuddly!\n"
}

post_upgrade() {
  post_install "$@"
}
