xbps-bin: added WIP remove target.
--HG-- extra : convert_revision : 71314f7183384094223cf10bf16ff704ca084883
This commit is contained in:
parent
b2fe705924
commit
4a9125364a
4 changed files with 161 additions and 10 deletions
|
@ -162,7 +162,9 @@ char * xbps_get_pkg_name(const char *);
|
|||
int xbps_install_pkg_deps(prop_dictionary_t);
|
||||
int xbps_install_binary_pkg(const char *, const char *);
|
||||
int xbps_install_binary_pkg_from_repolist(prop_object_t, void *, bool *);
|
||||
int xbps_remove_binary_pkg(const char *, const char *);
|
||||
int xbps_register_pkg(const char *, const char *, const char *);
|
||||
int xbps_unregister_pkg(const char *);
|
||||
int xbps_unpack_binary_pkg(prop_dictionary_t, prop_dictionary_t,
|
||||
int (*cb)(struct archive *, prop_dictionary_t));
|
||||
int xbps_unpack_archive_cb(struct archive *, prop_dictionary_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue