post_install() {
  echo "SSL is enabled by default, so you need to create pem files"
  echo "unrealircd.conf needs adjustments"
  echo "See also: https://wiki.archlinux.org/index.php/UnrealIRCd"
}

post_upgrade() {
  post_install
}
