pentoo-updater: add python cleanup call

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-04-10 10:53:54 -04:00
parent 5afc1007e7
commit 8bc308a8f0
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -204,6 +204,7 @@ if [ -n "${clst_target}" ]; then #we are in catalyst
emerge --info > /var/log/portage/emerge-info/emerge-info-$(date "+%Y%m%d").txt
else #we are on a user system
eselect python update
eselect python cleanup
[ "${NO_SYNC}" = "true" ] || do_sync
check_profile
if [ -d /var/db/repos/pentoo ] && [ -d /var/lib/layman/pentoo ]; then