diff --git a/scripts/remove b/scripts/remove index dfd3eef..3cb7fe7 100755 --- a/scripts/remove +++ b/scripts/remove @@ -47,6 +47,15 @@ ynh_script_progression --message="Removing app main directory..." --weight=1 # Remove the app directory securely ynh_secure_remove --file="$final_path" +#================================================= +# REMOVE MULTIMEDIA SYMBOLIC LINK +#================================================= +ynh_script_progression --message="Removing Game folder..." --weight=1 + +# Remove the app directory securely +ynh_secure_remove --file="/home/yunohost.multimedia/share/Game" + + #================================================= # REMOVE NGINX CONFIGURATION #=================================================