jobextra/postfix/postfix.install

9 lines
300 B
Plaintext

# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
# introduction of split packages
if [ "$(vercmp "$2" "3.5.9")" -le 0 ]; then
echo "WARNING: The following features are now only available via optdepends: cdb, ldap, lmdb, mysql, pcre, pgsql, sqlite."
fi
}