From e863bc0be59f5737cd78fca943d943a5402fcba8 Mon Sep 17 00:00:00 2001 From: binhex Date: Sun, 27 Oct 2024 20:17:07 +0000 Subject: [PATCH] call cleanup script --- build/root/install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index f7f24d2..ce0b1a2 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -68,10 +68,4 @@ sed -i -e 's~exit $E_ROOT~~g' "/usr/bin/makepkg" #### # cleanup -yes|pacman -Scc -pacman --noconfirm -Rns $(pacman -Qtdq) 2> /dev/null || true -rm -rf /usr/share/locale/* -rm -rf /usr/share/man/* -rm -rf /usr/share/gtk-doc/* -rm -rf /tmp/* - +cleanup.sh