improve portage backend, so that it removes ALL calamares deps

main
V3n3RiX 9 years ago
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…
Cancel
Save