|
|
@@ -16,6 +16,10 @@ source /usr/share/yunohost/helpers
|
|
|
#=================================================
|
|
|
ynh_script_progression --message="Removing system configurations related to $app..." --weight=5
|
|
|
|
|
|
+# Stop flohmarkt service
|
|
|
+ynh_script_progression --message="Stopping $app..." --weight=2
|
|
|
+yunohost service stop $app
|
|
|
+
|
|
|
# Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
|
|
|
if ynh_exec_warn_less yunohost service status $app >/dev/null
|
|
|
then
|