blob: a169a2211d295009c0b88503b31e912b719c6905 (
plain)
1
2
3
4
5
6
|
post_install() {
printf "\n"
printf "==> You might need to add following line to your /etc/services(without quotes):\n"
printf "==> \"lash 14541/tcp # LASH client/server protocol\"\n"
printf "\n"
}
|