Skip to content

Commit

Permalink
Made purging libicu independent of version
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Sep 25, 2022
1 parent 94ee755 commit 22edc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debirf/profiles/coinboot/modules/z1_clean-root
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -x

# Additional packages which can be removed to save space.
#debirf_exec apt-get purge --yes linux-headers-* libgcc1 gcc cpp-5 libgcc-5-dev cpp-6 cpp-8 libc6-dev gcc-8 libgcc-8-dev file libmagic1
debirf_exec apt-get purge --yes ^gcc-9 ^gcc-11 cpp libmagic1 libicu66 | grep -v 'is not installed, so not removed'
debirf_exec apt-get purge --yes ^gcc-9 ^gcc-11 cpp libmagic1 ^libicu | grep -v 'is not installed, so not removed'

# Do the autoremove dance
debirf_exec apt-get --yes --purge autoremove | grep -v 'is not installed, so not removed'
Expand Down

0 comments on commit 22edc43

Please sign in to comment.