Remove cpufrequtils from trixie as its not / will not be present anymore (#5881)

* Remove cpufrequtils from trixie as its not / will not be present anymore
* Remove aggregation hacks for cpufrequtils while adding another condition
This commit is contained in:
Igor
2023-11-03 08:10:59 +01:00
committed by GitHub
parent 777cadc525
commit d799b5a6df
5 changed files with 3 additions and 3 deletions

View File

@@ -281,6 +281,8 @@ function do_main_configuration() {
declare -g -r PACKAGE_LIST_FAMILY="${PACKAGE_LIST_FAMILY}"
declare -g -r PACKAGE_LIST_FAMILY_REMOVE="${PACKAGE_LIST_FAMILY_REMOVE}"
if [[ $RELEASE == trixie || $ARCH == riscv64 ]]; then remove_packages "cpufrequtils"; fi # this will remove from rootfs as well
display_alert "Done with do_main_configuration" "do_main_configuration" "debug"
}