Update packaging_apps.md

This commit is contained in:
ma.azimi@laposte.net 2016-01-30 19:46:54 +01:00 committed by YunoHost
parent 6bef9217cc
commit 1c7935d48d

View file

@ -86,6 +86,9 @@ Since YunoHost has a unified architecture, you will be able to guess most of the
<a class="btn btn-lg btn-default" href="packaging_apps_arguments_management_en">Arguments management</a>
### Nginx configuration
<a class="btn btn-lg btn-default" href="packaging_apps_nginx_conf_en">Nginx configuration</a>
### Hooks
YunoHost provides a hook system, which is accessible via the packager's script callbacks in moulinette (CLI).
The scripts have to be placed in the `hooks` repository at the root of the YunoHost package, and must be named `priority-hook_name`, for example: `hooks/50-post_user_create` will be executed after each user creation.