From db73ef7ce9556df1e0736013085a8ecf921c00ca Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 7 May 2019 15:52:33 -0400 Subject: [PATCH] pentoo-updater: remove old unneeded things from the user's systems --- scripts/pentoo-updater.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 4cfaa2d2d..54fe882d9 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -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