mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9 lines
379 B
Plaintext
9 lines
379 B
Plaintext
|
#!/bin/csh -f
|
||
|
if $2 == "POST-INSTALL" then
|
||
|
echo "========================================================="
|
||
|
echo " "
|
||
|
echo "Please add users who want to use PPxP to the dialer group"
|
||
|
echo " "
|
||
|
echo "========================================================="
|
||
|
endif
|