mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
- Uninstalling flatpak is possible (repair bad command)
This commit is contained in:
parent
ec30fe1b61
commit
79085b5e80
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class PMFlatpak(PackageManager):
|
|||
|
||||
def remove(self, pkgs):
|
||||
check_target_env_call(["flatpak", "uninstall", "--noninteractive"] + pkgs)
|
||||
check_target_env_call(["flatpak", "uninstall", "--noninteractive", "--unneeded"])
|
||||
check_target_env_call(["flatpak", "uninstall", "--noninteractive", "--unused"])
|
||||
|
||||
def update_db(self):
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue