xbps-bin: use -f to bypass questions while installing/removing.
--HG-- extra : convert_revision : edefc4dbf4dbbcdac53579100732e77004a45463
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#ifndef _XBPS_BIN_DEFS_H_
|
||||
#define _XBPS_BIN_DEFS_H_
|
||||
|
||||
void xbps_install_pkg(const char *, bool);
|
||||
void xbps_install_pkg(const char *, bool, bool);
|
||||
void xbps_autoremove_pkgs(void);
|
||||
void xbps_remove_pkg(const char *);
|
||||
void xbps_remove_pkg(const char *, bool);
|
||||
|
||||
#endif /* !_XBPS_BIN_DEFS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user