pentoo-updater: Zac teaches me

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-05-07 15:39:25 -04:00
parent 1ec3e682eb
commit 0eb8c241d0
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -338,9 +338,10 @@ if [ -n "${clst_target}" ]; then
fi
emerge @changed-deps || safe_exit
etc-update --automode -5 || safe_exit
eclean-pkg -d -t 3m || safe_exit
fixpackages || safe_exit
emaint --fix binhost || safe_exit
eclean-pkg -d -t 3m || safe_exit
#this is already run as part of eclean-pkg
#emaint --fix binhost || safe_exit
#remove kde/mate use flags
rm /etc/portage/package.use
fi