From 257393291db93850c79cb055d8a7f28e04177d6a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 17 Dec 2013 21:06:35 -0500 Subject: 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 --- recipes-extended/xen/xen.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index e31e9961..9d169d2b 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 -- cgit v1.2.3-54-g00ecf