From 64bc269924a51a03272364d22839d78a99e20681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 26 May 2024 15:53:19 +0200 Subject: [PATCH] cleanup more in upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 05b293c..582678a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,6 +24,7 @@ fi ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 if [ -f "/usr/local/bin/backup-with-${app}" ]; then + ynh_delete_file_checksum --file="/usr/local/bin/backup-with-${app}" ynh_secure_remove --file="/usr/local/bin/backup-with-${app}" fi