diff --git a/scripts/remove b/scripts/remove index e201fda..e4844a6 100644 --- a/scripts/remove +++ b/scripts/remove @@ -64,6 +64,13 @@ ynh_script_progression --message="Removing dependencies..." --weight=3 ynh_remove_nodejs +#================================================= +# REMOVE APP SANDBOXING +#================================================= +if yunohost app list | grep -q "id: cryptpad_sandboxing"; then + yunohost app remove cryptpad_sandboxing +fi + #================================================= # GENERIC FINALIZATION #=================================================