From 3c511e8caf0e405fc006e8c17cbb0ce38c0dc32a Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Wed, 24 Dec 2025 07:59:07 -0700 Subject: [PATCH] Stop removing non-existent multimedia player files These no longer get pre-installed, so we don't need to manually remove them anymore. --- mkosi.finalize.d/40-core.sh.chroot | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mkosi.finalize.d/40-core.sh.chroot b/mkosi.finalize.d/40-core.sh.chroot index 354da4d..973e39a 100755 --- a/mkosi.finalize.d/40-core.sh.chroot +++ b/mkosi.finalize.d/40-core.sh.chroot @@ -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 \