Skip to content

backend: Handle file names with slashes missing

Ghost User requested to merge keep-busybox into updater-ng

Don't get confused if a package has slightly broken .list control file and the leading slashes are missing. Previously, these files were considered different from the ones we just installed during an upgrade, leading to removing them. Which sucks, especially with important packages like busybox.

Edited by Vojtech Myslivec

Merge request reports