summaryrefslogtreecommitdiff
path: root/mail/mailman/files/install.local
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailman/files/install.local')
-rw-r--r--mail/mailman/files/install.local20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/mailman/files/install.local b/mail/mailman/files/install.local
deleted file mode 100644
index dc5298c1f1e..00000000000
--- a/mail/mailman/files/install.local
+++ /dev/null
@@ -1,20 +0,0 @@
-# mirror part of POST-INSTALL, but executed at PRE-INSTALL
-case ${STAGE} in
-POST-INSTALL)
- cd @EXECDIR@
- # run bin/update
- ./bin/update
- # install data files
- ${CP} support/pending_subscriptions.db @MAILMAN_DATADIR@/data/
- ${CHOWN} @MAILMAN_USER@:@MAILMAN_GROUP@ \
- @MAILMAN_DATADIR@/data/pending_subscriptions.db
- ${CHMOD} 0664 @MAILMAN_DATADIR@/data/pending_subscriptions.db
- ${CP} support/bowa-strip @MAILMAN_DATADIR@/filters/
- ${CHOWN} @MAILMAN_USER@:@MAILMAN_GROUP@ \
- @MAILMAN_DATADIR@/filters/bowa-strip
- ${CHMOD} 0664 @MAILMAN_DATADIR@/filters/bowa-strip
- ;;
-*)
- ;;
-esac
-