Преглед изворни кода

french description, added yunohost service remove

Chris Vogel пре 1 година
родитељ
комит
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"
 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"
 

+ 1 - 0
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