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/*