mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
'helpers' loader file now lives in yunohost/helpers/helpers
This commit is contained in:
parent
021514666f
commit
53c6b0dd84
1 changed files with 1 additions and 0 deletions
1
ynh-dev
1
ynh-dev
|
@ -329,6 +329,7 @@ function use_git()
|
|||
create_sym_link "/ynh-dev/yunohost/share/$FILE" "/usr/share/yunohost/$FILE"
|
||||
done
|
||||
create_sym_link "/ynh-dev/yunohost/hooks" "/usr/share/yunohost/hooks"
|
||||
create_sym_link "/ynh-dev/yunohost/helpers/helpers" "/usr/share/yunohost/helpers"
|
||||
create_sym_link "/ynh-dev/yunohost/helpers" "/usr/share/yunohost/helpers.d"
|
||||
create_sym_link "/ynh-dev/yunohost/conf" "/usr/share/yunohost/conf"
|
||||
create_sym_link "/ynh-dev/yunohost/locales" "/usr/share/yunohost/locales"
|
||||
|
|
Loading…
Add table
Reference in a new issue