mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
9 lines
379 B
Tcsh
9 lines
379 B
Tcsh
#!/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
|