From a15dd403fbdd157e0899fa138d2acd5fe91bb352 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Mon, 6 Apr 2026 15:54:25 +0200 Subject: [PATCH] Edit 40-core.sh.chroot --- mkosi.finalize.d/40-core.sh.chroot | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/mkosi.finalize.d/40-core.sh.chroot b/mkosi.finalize.d/40-core.sh.chroot index e5d2df3..5ab82c5 100755 --- a/mkosi.finalize.d/40-core.sh.chroot +++ b/mkosi.finalize.d/40-core.sh.chroot @@ -186,18 +186,4 @@ rm -rf \ # Clean up final remnants of the build process rm -rf \ /buildroot \ - /.cache \ - -# Custom Plasma Setup -git clone https://invent.kde.org/plasma/plasma-setup.git -cd plasma-setup -git checkout work/hadi/btrfs - -mkdir build && cd build -cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -make -make install - -cd ../ -cd ../ -rm -rf plasma-setup + /.cache \ \ No newline at end of file