mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
improve portage backend, so that it removes ALL calamares deps
This commit is contained in:
parent
701d7d8a62
commit
ef3600891f
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ class PackageManager:
|
|||
check_target_env_call(["pacman", "-Rs", "--noconfirm"] + pkgs)
|
||||
elif self.backend == "portage":
|
||||
check_target_env_call(["emerge", "-C"] + pkgs)
|
||||
check_target_env_call(["emerge", "--depclean", "-q"])
|
||||
elif self.backend == "entropy":
|
||||
check_target_env_call(["equo", "rm"] + pkgs)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue