mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
7 lines
206 B
Text
7 lines
206 B
Text
|
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"
|
||
|
}
|