xbps-bin(8): added a new target 'show-orphans' that list all package
orphans currently installed.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| /*- | ||||
|  * Copyright (c) 2009 Juan Romero Pardines. | ||||
|  * Copyright (c) 2009-2010 Juan Romero Pardines. | ||||
|  * All rights reserved. | ||||
|  * | ||||
|  * Redistribution and use in source and binary forms, with or without | ||||
| @@ -29,7 +29,7 @@ | ||||
| int	xbps_install_new_pkg(const char *); | ||||
| int	xbps_update_pkg(const char *); | ||||
| int	xbps_autoupdate_pkgs(bool); | ||||
| int	xbps_autoremove_pkgs(bool, bool); | ||||
| int	xbps_autoremove_pkgs(bool, bool, bool); | ||||
| int	xbps_exec_transaction(bool); | ||||
| int	xbps_remove_installed_pkgs(int, char **, bool, bool); | ||||
| int	xbps_check_pkg_integrity(const char *); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user