summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/wpa-supplicant
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant')
-rw-r--r--meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc
index 491dfbfaff..9b722cb0e1 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc
@@ -82,9 +82,8 @@ do_install () {
82 82
83pkg_postinst_wpa-supplicant () { 83pkg_postinst_wpa-supplicant () {
84 # If we're offline, we don't need to do this. 84 # If we're offline, we don't need to do this.
85 if [ "x$D" != "x" ]; then 85 if [ "x$D" = "x" ]; then
86 exit 0 86 killall -q -HUP dbus-daemon || true
87 fi 87 fi
88 88
89 killall -q -HUP dbus-daemon || true
90} 89}