Improve package removal by using a two phase approach: check and removal.

This commit is contained in:
Juan RP
2014-02-09 11:54:49 +01:00
parent f97ea2b915
commit 61fa9b8c7e
2 changed files with 45 additions and 2 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.32 (???):
* Do the package removal in two phases: the first phase checks the
user has write permission to the entries being removed, if this
succeeds then the package removal is performed.
* xbps-remove(8): -O now also remove obsolete pkg signatures from
cachedir, and ignores pkgs of other architectures.