From a6260b5960b128196aa736b9bf1c010fb83269f2 Mon Sep 17 00:00:00 2001 From: binhex Date: Sun, 18 Aug 2019 21:41:58 +0100 Subject: [PATCH] use cleanup.sh script --- build/root/install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index ed39069..4d3698b 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -317,9 +317,4 @@ sed -i '/# ENVVARS_PLACEHOLDER/{ rm /tmp/envvars_heredoc # 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