diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
622 | ln -sf ${sysconfdir}/default/xendomains ${D}${sysconfdir}/sysconfig/xendomains | 622 | ln -sf ${sysconfdir}/default/xendomains ${D}${sysconfdir}/sysconfig/xendomains |
623 | } | 623 | } |
624 | 624 | ||
625 | pkg_postinst_${PN}-base() { | 625 | pkg_postinst_${PN}-volatiles() { |
626 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then | 626 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then |
627 | ${sysconfdir}/init.d/populate-volatile.sh update | 627 | ${sysconfdir}/init.d/populate-volatile.sh update |
628 | fi | 628 | fi |