diff options
Diffstat (limited to 'meta-networking/recipes-daemons/radvd/radvd.inc')
-rw-r--r-- | meta-networking/recipes-daemons/radvd/radvd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index 47e4736b77..bff693ca97 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
@@ -62,6 +62,6 @@ USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup | |||
62 | 62 | ||
63 | pkg_postinst_${PN} () { | 63 | pkg_postinst_${PN} () { |
64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then | 64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then |
65 | /etc/init.d/populate-volatile.sh update | 65 | /etc/init.d/populate-volatile.sh update |
66 | fi | 66 | fi |
67 | } | 67 | } |