1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[enh] moving helpers in their own directory

This commit is contained in:
tituspijean 2020-03-14 21:22:54 +01:00
parent b3e7d837a5
commit 3ee51b442d
9 changed files with 17 additions and 17 deletions

View file

@ -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
#=================================================

View file

@ -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
#=================================================

View file

@ -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
#=================================================

View file

@ -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
#=================================================