summarylogtreecommitdiffstats
path: root/kiwiirc.install
blob: f9db2bb4bddb830cfaffd7299218bd2dd574c574 (plain)
1
2
3
4
5
6
7
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
}