diff options
Diffstat (limited to 'abs/core/libsasl/libsasl.install')
-rw-r--r-- | abs/core/libsasl/libsasl.install | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core/libsasl/libsasl.install b/abs/core/libsasl/libsasl.install new file mode 100644 index 0000000..57d4e3f --- /dev/null +++ b/abs/core/libsasl/libsasl.install @@ -0,0 +1,18 @@ +post_install() { +cat << _EOF +==> +==> cyrus-sasl has been split up into several standalone packages. +==> +==> - If you use saslauthd, make sure you have cyrus-sasl installed +==> +==> - If you use authentication modules other than sasldb, +==> install cyrus-sasl-plugins +==> +_EOF + +} + +op=$1 +shift +$op $* + |