From 74f40685b53b4875507e6d87d92e50da64eabf66 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Tue, 14 May 2024 09:53:23 +0200 Subject: [PATCH] french description, added yunohost service remove --- manifest.toml | 1 + scripts/remove | 1 + 2 files changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index e09ec27..8ee3751 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,6 +5,7 @@ packaging_format = 2 id = "flohmarkt" name = "flohmarkt" description.en = "A decentral federated small ads platform" +description.fr = "Plateforme de petites annonces fédérées décentralisées" version = "0.0~ynh5" diff --git a/scripts/remove b/scripts/remove index 54aaac9..1e0268a 100755 --- a/scripts/remove +++ b/scripts/remove @@ -25,6 +25,7 @@ if ynh_exec_warn_less yunohost service status $flohmarkt_filename >/dev/null then ynh_script_progression --message="Removing $app service integration..." --weight=2 ynh_remove_systemd_config --service=$flohmarkt_filename + yunohost service remove $flohmarkt_filename fi # https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/12