blob: 47ef9b623aea71693376e0620bf4772667f075cd (
plain)
1
2
3
4
5
6
7
8
9
|
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
}
|