summaryrefslogtreecommitdiff
path: root/net/ppxp/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'net/ppxp/pkg-install')
-rw-r--r--net/ppxp/pkg-install8
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