1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Remove really old check for upgrade

This commit is contained in:
Josué Tille 2024-02-16 23:30:53 +01:00
parent 995ad42c0b
commit 35f809c5c3
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -16,17 +16,6 @@ source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
# Following the discussion here https://github.com/YunoHost-Apps/synapse_ynh/pull/51 we decided to remove definitely the support of the old package migration.
if [ -z "$synapse_old_version" ]
then
ynh_die --message="Update from this synapse version is not available. You need to remove this package and reinstall the new package version."
fi
#=================================================
# STANDARD UPGRADE STEPS
#=================================================