aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-17 21:06:35 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-17 21:06:35 -0500
commit257393291db93850c79cb055d8a7f28e04177d6a (patch)
tree5b5273e2c2b07be5fa9b639a881709b162e0be65
parent9a69a0ffdc3697679a127b6f0a2644bbbc2ebe1d (diff)
xen: move populate-volatile.sh postinst to -volatiles package
We really only want this to run if the volatiles package is installed, so the postinst belongs with that same package. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index e31e996..9d169d2 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -622,7 +622,7 @@ do_install() {
ln -sf ${sysconfdir}/default/xendomains ${D}${sysconfdir}/sysconfig/xendomains
}
-pkg_postinst_${PN}-base() {
+pkg_postinst_${PN}-volatiles() {
if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then
${sysconfdir}/init.d/populate-volatile.sh update
fi