diff --git a/scripts/ynh_add_extra_apt_repos__3 b/scripts/experimental_helpers/ynh_add_extra_apt_repos__3 similarity index 100% rename from scripts/ynh_add_extra_apt_repos__3 rename to scripts/experimental_helpers/ynh_add_extra_apt_repos__3 diff --git a/scripts/ynh_composer__2 b/scripts/experimental_helpers/ynh_composer__2 similarity index 100% rename from scripts/ynh_composer__2 rename to scripts/experimental_helpers/ynh_composer__2 diff --git a/scripts/ynh_exec_as b/scripts/experimental_helpers/ynh_exec_as similarity index 100% rename from scripts/ynh_exec_as rename to scripts/experimental_helpers/ynh_exec_as diff --git a/scripts/ynh_install_php__3 b/scripts/experimental_helpers/ynh_install_php__3 similarity index 100% rename from scripts/ynh_install_php__3 rename to scripts/experimental_helpers/ynh_install_php__3 diff --git a/scripts/ynh_send_readme_to_admin__2 b/scripts/experimental_helpers/ynh_send_readme_to_admin__2 similarity index 100% rename from scripts/ynh_send_readme_to_admin__2 rename to scripts/experimental_helpers/ynh_send_readme_to_admin__2 diff --git a/scripts/install b/scripts/install index 7e489cc..ff0fc21 100644 --- a/scripts/install +++ b/scripts/install @@ -7,11 +7,11 @@ #================================================= source _common.sh -source ynh_add_extra_apt_repos__3 -source ynh_install_php__3 -source ynh_exec_as -source ynh_composer__2 -source ynh_send_readme_to_admin__2 +source experimental_helpers/ynh_add_extra_apt_repos__3 +source experimental_helpers/ynh_install_php__3 +source experimental_helpers/ynh_exec_as +source experimental_helpers/ynh_composer__2 +source experimental_helpers/ynh_send_readme_to_admin__2 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/remove b/scripts/remove index a3bd250..267cc8f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -7,8 +7,8 @@ #================================================= source _common.sh -source ynh_add_extra_apt_repos__3 -source ynh_install_php__3 +source experimental_helpers/ynh_add_extra_apt_repos__3 +source experimental_helpers/ynh_install_php__3 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/restore b/scripts/restore index 98555d0..a7dba46 100644 --- a/scripts/restore +++ b/scripts/restore @@ -8,11 +8,11 @@ #Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh -source ../settings/scripts/ynh_add_extra_apt_repos__3 -source ../settings/scripts/ynh_install_php__3 -source ../settings/scripts/ynh_exec_as -source ../settings/scripts/ynh_composer__2 -source ../settings/scripts/ynh_send_readme_to_admin__2 +source ../settings/scripts/experimental_helpers/ynh_add_extra_apt_repos__3 +source ../settings/scripts/experimental_helpers/ynh_install_php__3 +source ../settings/scripts/experimental_helpers/ynh_exec_as +source ../settings/scripts/experimental_helpers/ynh_composer__2 +source ../settings/scripts/experimental_helpers/ynh_send_readme_to_admin__2 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 569b150..25d2717 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,11 +7,11 @@ #================================================= source _common.sh -source ynh_add_extra_apt_repos__3 -source ynh_install_php__3 -source ynh_exec_as -source ynh_composer__2 -source ynh_send_readme_to_admin__2 +source experimental_helpers/ynh_add_extra_apt_repos__3 +source experimental_helpers/ynh_install_php__3 +source experimental_helpers/ynh_exec_as +source experimental_helpers/ynh_composer__2 +source experimental_helpers/ynh_send_readme_to_admin__2 source /usr/share/yunohost/helpers #=================================================