post_install() { echo "Create ircd user and chown /etc/unrealircd and /var/log/unrealircd recursively" echo "SSL is enabled by default, so you need to create pem files" echo "Also unrealircd.conf needs adjustments" echo "See also: https://wiki.archlinux.org/index.php/UnrealIRCd" } post_upgrade() { post_install } post_remove() { echo "Don't forget to remove ircd user" }