Skip to content

Commit 23b980b

Browse files
committed
do not run cleanup.sh for this container, need base-devel
1 parent 1bcb400 commit 23b980b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build/root/install.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,10 @@ source aur.sh
4848
####
4949

5050
# cleanup
51-
cleanup.sh
51+
yes|pacman -Scc
52+
pacman --noconfirm -Rns $(pacman -Qtdq) 2> /dev/null || true
53+
rm -rf /usr/share/locale/*
54+
rm -rf /usr/share/man/*
55+
rm -rf /usr/share/gtk-doc/*
56+
rm -rf /tmp/*
57+

0 commit comments

Comments
 (0)