diff options
author | steve <steve@FreeBSD.org> | 1999-08-01 11:11:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-01 11:11:38 +0800 |
commit | 778f276711f87c5c5c001870421dd317e4707956 (patch) | |
tree | a79ed5c537fea8b635a8f936b50a2e7fd2ee466e /net/ppxp/pkg-install | |
parent | a5a2635cd74e6045e527101ed31f47f941e7f517 (diff) | |
download | freebsd-ports-gnome-778f276711f87c5c5c001870421dd317e4707956.tar.gz freebsd-ports-gnome-778f276711f87c5c5c001870421dd317e4707956.tar.zst freebsd-ports-gnome-778f276711f87c5c5c001870421dd317e4707956.zip |
Update to version 0.99072807.
PR: 12872
Submitted by: maintainer
Diffstat (limited to 'net/ppxp/pkg-install')
-rw-r--r-- | net/ppxp/pkg-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ppxp/pkg-install b/net/ppxp/pkg-install new file mode 100644 index 000000000000..e0e21cef7de1 --- /dev/null +++ b/net/ppxp/pkg-install @@ -0,0 +1,8 @@ +#!/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 |