mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
pentoo-updater: clean more
This commit is contained in:
parent
c97847a926
commit
75b41f785c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue