1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/ppxp/pkg-install

9 lines
379 B
Plaintext
Raw Normal View History

#!/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