xbps-bin: make the 'autoremove' target respect -f flag to bypass question.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091207055227-8kiks1f3k2tuoe2z
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
#define _XBPS_BIN_DEFS_H_
|
||||
|
||||
int xbps_exec_transaction(const char *, bool, bool);
|
||||
int xbps_autoremove_pkgs(void);
|
||||
int xbps_autoremove_pkgs(bool);
|
||||
int xbps_remove_installed_pkg(const char *, bool);
|
||||
int xbps_check_pkg_integrity(const char *);
|
||||
int xbps_check_pkg_integrity_all(void);
|
||||
|
Reference in New Issue
Block a user