From cb327486b6c58d7289694345f5ec24ffce908ed9 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 00036c3..fc0192b 100755 --- a/mkosi.finalize.d/40-core.sh.chroot +++ b/mkosi.finalize.d/40-core.sh.chroot @@ -163,18 +163,4 @@ mv /usr/lib/systemd/user/ydotool.service /usr/lib/systemd/system/ydotool.service # 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