diff options
Diffstat (limited to 'abs/core/libsasl/libsasl.install')
-rw-r--r-- | abs/core/libsasl/libsasl.install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core/libsasl/libsasl.install b/abs/core/libsasl/libsasl.install deleted file mode 100644 index 57d4e3f..0000000 --- a/abs/core/libsasl/libsasl.install +++ /dev/null @@ -1,18 +0,0 @@ -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 $* - |