1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

french description, added yunohost service remove

This commit is contained in:
Chris Vogel 2024-05-14 09:53:23 +02:00
parent b7292ff44e
commit 74f40685b5
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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