remove portage git directory

this shrinks thinks by ~50%, from 722M to 352M

Change-Id: I1267cc05700ee28c45a331de7f571b9ee075c6b5
This commit is contained in:
Matthew Thode 2018-03-16 18:29:40 -05:00
parent 651d913fcc
commit 5e2f3646ad
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 1 deletions

View File

@ -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