From 75b41f785c27e815ce3e02cd2895c3a16c7d184e Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 8 Jun 2020 13:07:53 -0400 Subject: [PATCH] pentoo-updater: clean more --- scripts/pentoo-updater.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 453f7782c..2b7e194d1 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -475,15 +475,15 @@ if [ -n "${clst_target}" ]; then fi etc-update --automode -5 || safe_exit fixpackages || safe_exit - eclean-pkg -t 3m || safe_exit + eclean-pkg || safe_exit #this is already run as part of eclean-pkg #emaint --fix binhost || safe_exit #remove kde/mate use flags, and pentoo-extra rm -r /etc/portage/profile else #clean the user's systems a bit - eclean-pkg -d -t 3m - eclean-dist -d -t 3m + eclean-pkg -d -t 1m + eclean-dist -d -t 1m fi if [ -f /usr/local/portage/scripts/bug-461824.sh ]; then