From 262cae1b44fbbe25646712511564e5b61b2d94f5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:23:06 +0200 Subject: [PATCH] Update remove: app shouldn't remove the data_dir manually (only if --purge etc) and this is actually the old location... --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index e2c0883..e14034d 100644 --- a/scripts/remove +++ b/scripts/remove @@ -32,9 +32,6 @@ ynh_secure_remove --file=/usr/share/transmission # And data ynh_secure_remove --file=/var/lib/transmission-daemon -# Removing old data_dir -ynh_secure_remove --file="/home/yunohost.transmission" - # Kernel parameters if [ -e /proc/sys/net/core/rmem_max ] then