diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-02-12 18:12:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-12 16:35:13 +0000 |
commit | 0ef538d75c2f3921a2fcbe6ca1deed5525b276cc (patch) | |
tree | f0fffb6b579445ddc667ddfc38c5f82f51e8361c /meta/recipes-multimedia/alsa | |
parent | c58e6cf352774e147038e6543ac95ab0060f2327 (diff) | |
download | openembedded-core-0ef538d75c2f3921a2fcbe6ca1deed5525b276cc.tar.gz openembedded-core-0ef538d75c2f3921a2fcbe6ca1deed5525b276cc.tar.bz2 openembedded-core-0ef538d75c2f3921a2fcbe6ca1deed5525b276cc.zip |
Add separate directory for postinstall intercepts
The scripts/postinst-intercepts will contain all postinstall hooks that
we need to run after all packages have been installed.
If one wants to install such a postinst hook, all it needs to do is put
the hook in this directory and, from the package postinstall scriptlet,
call:
postinst_intercept <hook_name> <package_name> <var1=...> ...
This will, practically, add the package_name in the list of packages
that need the hook to run and, also, set any variables that would be
needed in the hook. For example, variables like ${libdir}, ${bindir},
etc. that might depend on distribution can be passed on to the script in
this way.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa')
0 files changed, 0 insertions, 0 deletions