mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-12-18 04:32:15 -05:00
8 lines
163 B
Plaintext
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
|
|
}
|