remove portage git directory
this shrinks thinks by ~50%, from 722M to 352M Change-Id: I1267cc05700ee28c45a331de7f571b9ee075c6b5
This commit is contained in:
parent
651d913fcc
commit
5e2f3646ad
@ -41,7 +41,7 @@ if [[ "${GENTOO_PORTAGE_CLEANUP}" != "False" ]]; then
|
||||
done
|
||||
fi
|
||||
# remove portage files
|
||||
rm -Rf /usr/portage/* /var/cache/portage/distfiles
|
||||
rm -Rf /usr/portage/* /usr/portage/.git /var/cache/portage/distfiles
|
||||
fi
|
||||
|
||||
# shrink a bit
|
||||
|
Loading…
Reference in New Issue
Block a user