Project

General

Profile

« Previous | Next » 

Revision 569aeae7

Added by Vinicius Coque over 13 years ago

remove PBI even when packages depends on only one PBI package

View differences:

etc/inc/pkg-utils.inc
337 337
		if (is_array($pkg_depends)) {
338 338
			foreach ($pkg_depends as $pkg_depend)
339 339
				delete_package($pkg_depend);
340
		} else {
341
			delete_package($pkg_depends);
340 342
		}
341 343
	}
342 344
	delete_package_xml($pkg_name);

Also available in: Unified diff