Просмотр исходного кода

french description, added yunohost service remove

Chris Vogel 1 год назад
Родитель
Сommit
74f40685b5
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      manifest.toml
  2. 1 0
      scripts/remove

+ 1 - 0
manifest.toml

@@ -5,6 +5,7 @@ packaging_format = 2
 id = "flohmarkt"
 id = "flohmarkt"
 name = "flohmarkt"
 name = "flohmarkt"
 description.en = "A decentral federated small ads platform"
 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"
 version = "0.0~ynh5"
 
 

+ 1 - 0
scripts/remove

@@ -25,6 +25,7 @@ if ynh_exec_warn_less yunohost service status $flohmarkt_filename >/dev/null
 then
 then
 	ynh_script_progression --message="Removing $app service integration..." --weight=2
 	ynh_script_progression --message="Removing $app service integration..." --weight=2
     ynh_remove_systemd_config --service=$flohmarkt_filename
     ynh_remove_systemd_config --service=$flohmarkt_filename
+    yunohost service remove $flohmarkt_filename
 fi
 fi
 
 
 # https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/12
 # https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/12