diff options
Diffstat (limited to 'mail/cucipop/scripts/pre-install')
-rw-r--r-- | mail/cucipop/scripts/pre-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/cucipop/scripts/pre-install b/mail/cucipop/scripts/pre-install deleted file mode 100644 index 494cafe3bbd3..000000000000 --- a/mail/cucipop/scripts/pre-install +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -#if ! id -u vpop > /dev/null 2>&1; then -# echo -# echo "Fake account \"vpop\" needed for virtual hosts support (as mboxes owner)." -# echo "Please add it by hand in case you need them (try \"man vipw\")." -# echo -#fi -exit 0 |