arch-ppa/src/kiwiirc/kiwiirc.install

8 lines
163 B
Plaintext

post_install() {
echo Please see https://wiki.archlinux.org/index.php/KiwiIRC and set up the web server to use KiwiIRC!
}
post_upgrade() {
post_install
}