chore: Always remove power-profiles-daemon

This commit is contained in:
Kyle Gospodnetich 2024-01-16 23:02:40 -08:00
parent c41f661f35
commit 14e4afc8c2

View File

@ -179,11 +179,9 @@ RUN rpm-ostree override remove \
ublue-os-update-services \
firefox \
firefox-langpacks \
htop && \
if ! [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \
rpm-ostree override remove \
power-profiles-daemon \
; else \
htop \
power-profiles-daemon && \
if [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \
rpm-ostree override remove \
tlp \
tlp-rdw \