From b1b58d71501699a1ab0e18ff05146e7e4c54a183 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Thu, 2 May 2024 20:07:53 -0400 Subject: [PATCH] missing ctrl+s --- scripts/custom-theme-toolbox.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/custom-theme-toolbox.sh b/scripts/custom-theme-toolbox.sh index 79e0a0359..0f65a4244 100755 --- a/scripts/custom-theme-toolbox.sh +++ b/scripts/custom-theme-toolbox.sh @@ -54,6 +54,8 @@ Raspbian | Debian | Ubuntu) qmake6 . || error "qmake failed!" make -j$(nproc) || error "make failed!" sudo make install || error "make install failed!" + cd .. + rm -rf /tmp/qt6ct fi if package_available qt6-gtk2-platformtheme ; then @@ -69,6 +71,8 @@ Raspbian | Debian | Ubuntu) qmake6 . || error "qmake failed!" make -j$(nproc) || error "make failed!" sudo make install || error "make install failed!" + cd .. + rm -rf /tmp/qt6gtk2 fi ;;