PKGBUILDs/community/unrealircd/unrealircd.install
2017-01-24 13:32:18 +00:00

12 lines
350 B
Plaintext

post_install() {
getent passwd ircd >/dev/null || useradd -r ircd -d /var/empty
chown -R ircd {etc,var/{cache,log,lib}}/unrealircd
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
}