# post-install processing now.
test -n "$install_root" || {
bin/postfix post-install $post_install_options || exit 1
bin/postfix post-install config_directory=$CONFIG_DIRECTORY $post_install_options || exit 1
}