blob: 35da63dd1c87594db47812b0771e124b302413ee (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
printf '\n\e[1;33m'
printf ' ==== ATTENTION =========================================\n'
printf ' You must edit the file /etc/conf.d/arpon before starting\n'
printf ' the arpon systemd service. See its header for more info.\n'
printf ' ========================================================\n'
printf '\e[m\n'
}
|