From 9cc7267af14e83dfdd0fc905e9ea4c4cbf7d3bbc Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 23:33:38 +0100 Subject: [PATCH] rename _furure to a more revelant name: ynh_package_version and only use for upgrade --- scripts/install | 1 - scripts/remove | 1 - scripts/restore | 1 - scripts/upgrade | 1 + scripts/{_future.sh => ynh_package_version} | 0 5 files changed, 1 insertion(+), 3 deletions(-) rename scripts/{_future.sh => ynh_package_version} (100%) 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