From 271fdbe30fbed26dac2455974d299677e7e9c98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 4 Mar 2023 19:30:36 +0100 Subject: [PATCH] cleaning --- manifest.toml | 4 ++-- scripts/remove | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ec46b73..72f51b2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,12 +23,12 @@ cpe = "???" fund = "???" [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"] architectures = "all" multi_instance = true # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials. -ldap = "?" +ldap = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal. sso = "?" # FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G... diff --git a/scripts/remove b/scripts/remove index f314aa1..097c3f4 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,6 @@ source /usr/share/yunohost/helpers #================================================= # REMOVE SYSTEMD SERVICE #================================================= - 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