xbps-remove: make -O also remove signature files and skip pkgs with unmatched arch.

This commit is contained in:
Juan RP
2014-02-07 03:50:30 +01:00
parent 9fe6b363d6
commit f97ea2b915
2 changed files with 34 additions and 12 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.32 (???):
* xbps-remove(8): -O now also remove obsolete pkg signatures from
cachedir, and ignores pkgs of other architectures.
* xbps-rindex(8): set correct permissions to the POSIX semaphore
by clearing file permission bits before its creation.