chore: Remove toolbox.sh, we'll be replacing this with our own.

This commit is contained in:
Kyle Gospodnetich 2023-12-18 20:10:18 -08:00
parent e20f1b7256
commit d5bfd8335f

View File

@ -343,6 +343,7 @@ RUN rpm-ostree install \
# Cleanup & Finalize
COPY system_files/shared /
RUN /tmp/image-info.sh && \
rm -f /etc/profile.d/toolbox.sh && \
sed -i 's@/usr/bin/steam@/usr/bin/bazzite-steam@g' /usr/share/applications/steam.desktop && \
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/shredder.desktop && \
rm /usr/share/vulkan/icd.d/lvp_icd.*.json && \