1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00
This commit is contained in:
Alexandre Aubin 2024-06-23 01:14:41 +02:00
parent 31ae5d1eaa
commit ecb82ec693

View file

@ -1234,7 +1234,7 @@ class AptDependenciesAppResource(AppResource):
self._run_script("provision_or_update", script) self._run_script("provision_or_update", script)
def deprovision(self, context: Dict = {}): def deprovision(self, context: Dict = {}):
if self.helpers_version >= 2.1 if self.helpers_version >= 2.1:
ynh_apt_remove_dependencies = "ynh_apt_remove_dependencies" ynh_apt_remove_dependencies = "ynh_apt_remove_dependencies"
else: else:
ynh_apt_remove_dependencies = "ynh_remove_app_dependencies" ynh_apt_remove_dependencies = "ynh_remove_app_dependencies"