xbps_remove_pkg: do not error out if files.plist not found, just continue.

This commit is contained in:
Juan RP
2012-05-21 23:03:29 +02:00
parent 30932b3c55
commit 9acec7883b
3 changed files with 26 additions and 30 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.16 (???):
* libxbps: when removing package files and if metadata files.plist wasn't
found, do not error out and rather just continue until the package is
fully removed.
* xbps-bin(8): renamed "autoupdate" target to "dist-upgrade" and
"autoremove" to "remove-orphans". For compatibility with previous
versions the old targets are still kept, but will be removed in future