Newer flatpak will remove unused, so do not instruct for do that

This commit is contained in:
Sławomir Lach 2023-08-05 15:55:00 +02:00
parent 79085b5e80
commit ab7b78e9ce

View File

@ -345,7 +345,6 @@ class PMFlatpak(PackageManager):
def remove(self, pkgs):
check_target_env_call(["flatpak", "uninstall", "--noninteractive"] + pkgs)
check_target_env_call(["flatpak", "uninstall", "--noninteractive", "--unused"])
def update_db(self):
pass