Arch gem is not enabled by default

This commit is contained in:
Vinicius Moreira
2019-09-18 11:42:13 -03:00
parent e52616e0e5
commit da17ede1ec
16 changed files with 74 additions and 9 deletions

View File

@@ -313,3 +313,6 @@ class GenericSoftwareManager(SoftwareManager):
if man:
return exec('man.{}(pkg=pkg, root_password=root_password, watcher=watcher)'.format(action.manager_method))
def is_default_enabled(self) -> bool:
return True