Implement support to update required_by objs when removing a pkg.

--HG--
extra : convert_revision : 405986d806ff23ce6348b22a2d7c48e0820ab1b9
This commit is contained in:
Juan RP 2009-02-27 16:03:25 +01:00
parent a711ace8f7
commit d9cc1d6b8f
8 changed files with 169 additions and 96 deletions

View file

@ -64,6 +64,9 @@ xbps_find_pkg_in_dict(prop_dictionary_t, const char *, const char *);
prop_dictionary_t
xbps_find_pkg_from_plist(const char *, const char *);
prop_dictionary_t
xbps_find_pkg_installed_from_plist(const char *);
/*
* Finds a string object in an array.
*