libxbps: fixed regression executing "pre-remove" action in installed pkgs.

This commit is contained in:
Juan RP
2012-12-28 10:42:13 +01:00
parent 492bfeb560
commit 0f22579a34
2 changed files with 5 additions and 3 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.20 (???):
* libxbps: fixed a stupid typo that made it to skip executing the
"pre-remove" action in installed packages.
* xbps-create(8): new long options: --shlib-provides and --shlib-requires,
to add list of required and provided shared libraries in a package.