This commit is contained in:
Éric Gaspar 2023-03-04 19:30:36 +01:00
parent e69e8e97b2
commit 271fdbe30f
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@ cpe = "???"
fund = "???" fund = "???"
[integration] [integration]
yunohost = ">= 11.1.6" yunohost = ">= 11.1.12"
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true

View File

@ -27,7 +27,6 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
# REMOVE SYSTEMD SERVICE # REMOVE SYSTEMD SERVICE
#================================================= #=================================================
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
# This should be a symetric version of what happens in the install script # This should be a symetric version of what happens in the install script