mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-29 03:34:51 +01:00
pentoo-updater: remove old unneeded things from the user's systems
This commit is contained in:
parent
0eb8c241d0
commit
db73ef7ce9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue