mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Oopsies
This commit is contained in:
parent
31ae5d1eaa
commit
ecb82ec693
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue