Make sure that root symlinks in void are never removed or detected as obsoletes.

Added/improved test cases to detect those conditions work as expected.
This commit is contained in:
Juan RP
2014-03-31 10:16:18 +02:00
parent ab0f928cca
commit 4530c79bb2
5 changed files with 91 additions and 13 deletions

View File

@ -98,6 +98,7 @@ remove_pkg_files(struct xbps_handle *xhp,
"/lib",
"/lib32",
"/lib64",
"/usr/lib32",
"/usr/lib64",
"/var/run",
};