xbps-repo(8): implemented 'find-files' target.

This commit is contained in:
Juan RP
2010-12-15 15:14:44 +01:00
parent 8013448097
commit ece608a080
6 changed files with 161 additions and 11 deletions

4
NEWS
View File

@@ -1,4 +1,8 @@
xbps-0.7.0 (?)
* xbps-repo(8): implemented the 'find-files' target to print which packages
own a file, link, directory, etc. Analogue to the one implemented in
xbps-bin(8). Works for local and remote repository, fetching info on-the-fly.
* xbps-bin(8): added -F flag for the remove target. Unless it's set,
packages that are dependencies of other installed packages won't be removed.