diff options
| -rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index d8d9a9df87..c302f87979 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
| @@ -136,11 +136,7 @@ do_install() { | |||
| 136 | 136 | ||
| 137 | pkg_postinst_avahi-daemon () { | 137 | pkg_postinst_avahi-daemon () { |
| 138 | if [ -z "$D" ]; then | 138 | if [ -z "$D" ]; then |
| 139 | DBUSPID=`pidof dbus-daemon` | 139 | killall -q -HUP dbus-daemon || true |
| 140 | |||
| 141 | if [ "x$DBUSPID" != "x" ]; then | ||
| 142 | /etc/init.d/dbus-1 force-reload | ||
| 143 | fi | ||
| 144 | fi | 140 | fi |
| 145 | } | 141 | } |
| 146 | 142 | ||
