chore: Remove wireplumber files from /etc/, leave up to updated packages

This commit is contained in:
Kyle Gospodnetich 2023-12-17 17:44:48 -08:00
parent f2a24a1057
commit 508d3a57a2
3 changed files with 0 additions and 4 deletions

View File

@ -542,8 +542,6 @@ RUN /tmp/image-info.sh && \
ln -s /usr/bin/steamos-logger /usr/bin/steamos-info && \
ln -s /usr/bin/steamos-logger /usr/bin/steamos-notice && \
ln -s /usr/bin/steamos-logger /usr/bin/steamos-warning && \
rm -rf /etc/wireplumber && \
ln -s /run/wireplumber /usr/etc/wireplumber && \
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
sed -i 's/Exec=.*/Exec=systemctl start return-to-gamemode.service/' /etc/skel.d/Desktop/Return.desktop \
; fi && \