xbps-bin: it's possible to reinstall any pkg with '-f' option.

This commit is contained in:
Juan RP
2011-12-20 16:08:23 +01:00
parent 6ad7289d68
commit a5d9eb9853
6 changed files with 24 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ struct list_pkgver_cb {
};
/* from transaction.c */
int install_new_pkg(const char *);
int install_new_pkg(const char *, bool);
int update_pkg(const char *);
int remove_pkg(const char *, bool, bool);
int autoupdate_pkgs(bool, bool);