diff --git a/scripts/install b/scripts/install index 2e9c530..ffd6214 100755 --- a/scripts/install +++ b/scripts/install @@ -7,7 +7,6 @@ #================================================= source _common.sh -source _future.sh source ynh_systemd_action source /usr/share/yunohost/helpers diff --git a/scripts/remove b/scripts/remove index c251310..63483c1 100755 --- a/scripts/remove +++ b/scripts/remove @@ -7,7 +7,6 @@ #================================================= source _common.sh -source _future.sh source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/restore b/scripts/restore index 7f3d8f5..9df475e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -7,7 +7,6 @@ #================================================= source ../settings/scripts/_common.sh -source ../settings/scripts/_future.sh source ../settings/scripts/ynh_systemd_action source /usr/share/yunohost/helpers diff --git a/scripts/upgrade b/scripts/upgrade index 6f78b8f..22e8563 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,6 +7,7 @@ #================================================= source _common.sh +source ynh_package_version source ynh_systemd_action source /usr/share/yunohost/helpers diff --git a/scripts/_future.sh b/scripts/ynh_package_version similarity index 100% rename from scripts/_future.sh rename to scripts/ynh_package_version