Stop removing non-existent multimedia player files

These no longer get pre-installed, so we don't need to manually remove
them anymore.
This commit is contained in:
Nate Graham
2025-12-24 07:59:07 -07:00
parent 2d40daa1d0
commit 3c511e8caf

View File

@@ -47,13 +47,6 @@ rm -rf \
/etc/locale.gen \
/usr/bin/locale-gen
## Multimedia players we only want for their libraries
rm -rf \
/usr/share/applications/vlc.desktop \
/usr/bin/vlc \
/usr/share/applications/mpv.desktop \
/usr/bin/mpv
## Development tools that aren't useful even for the development edition
rm -rf \
/usr/bin/assistant \