You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: preserve: don't delete file's on package removal
The old behaviour was to only respect `preserve` on package updates.
This leads to issues where `vkpurge` would not be able to remove other
files not part of a kernel package when an obsolete kernel package was
removed using `xbps-remove -o`.
So for consistency `preserve` in a packages properties always means
`preserve`.
0 commit comments