Skip to content

Commit

Permalink
prerm: also delete .sources files
Browse files Browse the repository at this point in the history
Signed-off-by: Renan Rodrigo <[email protected]>
  • Loading branch information
renanrodrigo committed Jan 12, 2024
1 parent 600d515 commit ef13af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/ubuntu-advantage-tools.prerm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ remove_apt_files() {
# This list should be kept up to date with the list of available apt-repo-based services
for service in anbox cc-eal cis esm-apps esm-infra fips fips-preview fips-updates realtime-kernel ros ros-updates; do
rm -f /etc/apt/sources.list.d/ubuntu-${service}.list
rm -f /etc/apt/sources.list.d/ubuntu-${service}.sources
done
# preferences are only dynamically created for fips services
for fips_service in fips fips-preview fips-updates; do
Expand Down

0 comments on commit ef13af4

Please sign in to comment.