Newer flatpak will remove unused, so do not instruct for do that
This commit is contained in:
parent
79085b5e80
commit
ab7b78e9ce
@ -345,7 +345,6 @@ class PMFlatpak(PackageManager):
|
|||||||
|
|
||||||
def remove(self, pkgs):
|
def remove(self, pkgs):
|
||||||
check_target_env_call(["flatpak", "uninstall", "--noninteractive"] + pkgs)
|
check_target_env_call(["flatpak", "uninstall", "--noninteractive"] + pkgs)
|
||||||
check_target_env_call(["flatpak", "uninstall", "--noninteractive", "--unused"])
|
|
||||||
|
|
||||||
def update_db(self):
|
def update_db(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user