summaryrefslogtreecommitdiff
path: root/mail/solidpop3d/scripts/pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'mail/solidpop3d/scripts/pre-install')
-rw-r--r--mail/solidpop3d/scripts/pre-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/solidpop3d/scripts/pre-install b/mail/solidpop3d/scripts/pre-install
deleted file mode 100644
index 75197624f8ca..000000000000
--- a/mail/solidpop3d/scripts/pre-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-if ! id -u pop > /dev/null 2>&1; then
- echo "You need an account \"pop\" to install this package."
- echo "Please add it by hand (try \"man vipw\") and try again."
- echo ""
- echo "An example passwd entry is:"
- echo "pop:*:68:6::0:0:Post Office Owner:/nonexistent:/nonexistent"
- echo ""
- exit 1
-fi