diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.19.8.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.19.8.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb b/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb index 0ec0051c43..0213d131e5 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb | |||
@@ -354,4 +354,10 @@ RDEPENDS:${PN}-test = "\ | |||
354 | ${PN}-testsuite \ | 354 | ${PN}-testsuite \ |
355 | " | 355 | " |
356 | 356 | ||
357 | pkg_postinst:${PN}-common() { | ||
358 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | ||
359 | ${sysconfdir}/init.d/populate-volatile.sh update | ||
360 | fi | ||
361 | } | ||
362 | |||
357 | ALLOW_EMPTY:${PN}-test = "1" | 363 | ALLOW_EMPTY:${PN}-test = "1" |