mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
284 B
Text
14 lines
284 B
Text
|
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
|
||
|
|
||
|
}
|