1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/kiwiirc/kiwiirc.install
2019-03-03 20:21:14 -05:00

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
}