Herbert Xu <[EMAIL PROTECTED]> writes: > Well, maybe. But then people may start using /usr/local/lib and you > will end up adding that to base-files and maybe even more. The real > solution is the one people have been talking about and seem to be > the current policy, i.e., to create /usr/local directories in the > postinst and never remove them.
Current policy is to remove them, but not to fail if that doesn't succeed. rmdir /usr/local/... || true Guy