Keep /usr/sbin if found as obsolete, it's a symlink in void.

This commit is contained in:
Juan RP
2015-06-05 08:29:05 +02:00
parent d86cece411
commit 1774d17e40
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2009-2014 Juan Romero Pardines.
* Copyright (c) 2009-2015 Juan Romero Pardines.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -106,6 +106,7 @@ remove_pkg_files(struct xbps_handle *xhp,
const char *basesymlinks[] = {
"/bin",
"/sbin",
"/usr/sbin",
"/lib",
"/lib32",
"/lib64",