diff options
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-daemons/radvd/radvd.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index 89669f7a6d..f314feef0b 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
| @@ -38,5 +38,7 @@ USERADD_PACKAGES = "${PN}" | |||
| 38 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup radvd" | 38 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup radvd" |
| 39 | 39 | ||
| 40 | pkg_postinst_${PN} () { | 40 | pkg_postinst_${PN} () { |
| 41 | ${sysconfdir}/init.d/populate-volatile.sh update | 41 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then |
| 42 | /etc/init.d/populate-volatile.sh update | ||
| 43 | fi | ||
| 42 | } | 44 | } |
