Project

General

Profile

« Previous | Next » 

Revision 666c49ce

Added by Renato Botelho about 10 years ago

Fix call to undefined function read_pkg_config

View differences:

etc/inc/pkg-utils.inc
483 483
}
484 484

  
485 485
function get_after_install_info($package_name) {
486
	$pkg_config = read_pkg_config($package_name);
486
	$pkg_config = read_package_config($package_name);
487 487

  
488 488
	if (isset($pkg_config['after_install_info'])) {
489 489
		return $pkg_config['after_install_info'];

Also available in: Unified diff