repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
unrealircd
/
repos
/
community-x86_64
/
unrealircd.install
blob
47ef9b623aea71693376e0620bf4772667f075cd
1
post_install() {
2
echo "SSL is enabled by default, so you need to create pem files"
3
echo "unrealircd.conf needs adjustments"
4
echo "See also: https://wiki.archlinux.org/index.php/UnrealIRCd"
5
}
6
7
post_upgrade() {
8
post_install
9
}