if [ -z "$PKG_INSTALL_ROOT" -a -x /etc/init.d/sendmail ]; then
	/etc/init.d/sendmail stop 2>/dev/null
fi
exit 0
