From 0a1b64b2d16aa6d8eccbc5677c04ac26ce933a61 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 8 Aug 2023 21:05:10 +0200 Subject: [PATCH] Do not remove Pict-RS as backward compatibility step --- scripts/upgrade | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 48c0c12..0f6d7f2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -41,16 +41,6 @@ then ynh_remove_systemd_config --service=$app-iframely fi -# Removing previously installed pict-rs -if ynh_exec_warn_less yunohost service status $app-pict-rs >/dev/null -then - ynh_script_progression --message="Removing $app-pict-rs service integration..." - yunohost service remove $app-pict-rs -fi -ynh_remove_systemd_config --service=$app-pict-rs -ynh_secure_remove --file="$install_dir/pict-rs" -ynh_app_setting_delete --app=$app --key=port_pictrs - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================