Implemented support for pre-remove and post-install messages.

Close #44
This commit is contained in:
Juan RP
2014-07-27 11:24:49 +02:00
parent 53d837e69f
commit a28046332f
7 changed files with 145 additions and 6 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
xbps-0.38 (???):
* Implemented support for post-install and pre-remove messages, as explained
in issue #44 https://github.com/voidlinux/xbps/issues/44.
xbps-create(8): will read the {INSTALL,REMOVE}.msg files and will add its contents
into the `{install,remove}-msg` data objects into its metadata plist file.
* xbps-install(8): added support to list packages that will be downloaded, if those
were available in a remote repository and were not in the cache directory.