post_install() {
  echo -e "\n  Read the .service file if you encounter any edge cases"
  echo -e "\n  1. This package now comes with a shared group 'media'"
  echo -e "     Override if necessary."
  echo -e "\n  Overriding is done with \`systemctl edit ombi\`\n"
}

post_upgrade() {
  post_install "${1}"
}
