xbps-bin(8): added a new target 'show-orphans' that list all package

orphans currently installed.
This commit is contained in:
Juan RP
2010-05-04 17:04:36 +02:00
parent cf2244b0b9
commit b8c9577df6
5 changed files with 28 additions and 4 deletions

View File

@@ -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 *);