mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
pentoo-updater: add python cleanup call
This commit is contained in:
parent
5afc1007e7
commit
8bc308a8f0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue