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