1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00

Do not remove Pict-RS as backward compatibility step

This commit is contained in:
tituspijean 2023-08-08 21:05:10 +02:00
parent f7a2c2c1dc
commit 0a1b64b2d1
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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
#=================================================