From c8d83ce441f885359ae3b3a70b9a8d318195c5ad Mon Sep 17 00:00:00 2001 From: binhex Date: Wed, 12 Jun 2019 21:18:29 +0100 Subject: [PATCH] remove orphan packages and config --- build/root/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/install.sh b/build/root/install.sh index f944061..2fc5156 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -320,6 +320,7 @@ 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/*