pentoo-updater: remove old unneeded things from the user's systems

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

View file

@ -344,6 +344,10 @@ if [ -n "${clst_target}" ]; then
#emaint --fix binhost || safe_exit
#remove kde/mate use flags
rm /etc/portage/package.use
else
#clean the user's systems a bit
eclean-pkg -d -t 3m
eclean-dist -d -t 3m
fi
if [ -f /usr/local/portage/scripts/bug-461824.sh ]; then