mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
pentoo-updater: use eclean-pkg --unique-use in CI
This commit is contained in:
parent
7ad308d779
commit
2fb56b86f1
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ if [ -n "${clst_target}" ]; then
|
|||
fi
|
||||
etc-update --automode -5 || safe_exit
|
||||
fixpackages || safe_exit
|
||||
eclean-pkg || safe_exit
|
||||
eclean-pkg --unique-use || safe_exit
|
||||
#this is already run as part of eclean-pkg
|
||||
#emaint --fix binhost || safe_exit
|
||||
#remove kde/mate use flags, and pentoo-extra
|
||||
|
|
|
|||
Loading…
Reference in a new issue