Skip to content

Commit

Permalink
call cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Oct 27, 2024
1 parent b7a6e37 commit e863bc0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e863bc0

Please sign in to comment.