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:
parent
f7a2c2c1dc
commit
0a1b64b2d1
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue