improve portage backend, so that it removes ALL calamares deps
This commit is contained in:
parent
701d7d8a62
commit
ef3600891f
@ -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…
Reference in New Issue
Block a user