diff options
Diffstat (limited to 'mail/bogofilter/pkg-install')
-rw-r--r-- | mail/bogofilter/pkg-install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/bogofilter/pkg-install b/mail/bogofilter/pkg-install new file mode 100644 index 000000000000..8da3d8915d7e --- /dev/null +++ b/mail/bogofilter/pkg-install @@ -0,0 +1,15 @@ +if [ "$2" = "POST-INSTALL" ] && [ -e ${PKG_PREFIX}/etc/bogofilter.cf ] ; then +cat - <<_EOF + +-------------------------------------------------------------------------- +The recent bogofilter versions have undergone substantial changes that can +affect compatibility and may require that you change your configuration. + +See the RELEASE.NOTES file that shipped with bogofilter for details, +particularly the sections with headings [Incompat ...] and [Major ...]! + +It is also advisable to check the README.* file for your database driver. +-------------------------------------------------------------------------- + +_EOF +fi |