diff options
| -rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 4c7d87a91d..b378bda63a 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
| @@ -51,7 +51,7 @@ RRECOMMENDS_${PN}-lib = "${PN}" | |||
| 51 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" | 51 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" |
| 52 | 52 | ||
| 53 | pkg_postinst_dbus() { | 53 | pkg_postinst_dbus() { |
| 54 | if [ -z "${D}" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then | 54 | if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then |
| 55 | /etc/init.d/populate-volatile.sh update | 55 | /etc/init.d/populate-volatile.sh update |
| 56 | fi | 56 | fi |
| 57 | } | 57 | } |
