diff options
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc index cd62d8f7e9..ccdc4c3e7e 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | |||
@@ -66,9 +66,9 @@ do_install () { | |||
66 | } | 66 | } |
67 | 67 | ||
68 | pkg_postinst_wpa-supplicant () { | 68 | pkg_postinst_wpa-supplicant () { |
69 | # can't do this offline | 69 | # If we're offline, we don't need to do this. |
70 | if [ "x$D" != "x" ]; then | 70 | if [ "x$D" != "x" ]; then |
71 | exit 1 | 71 | exit 0 |
72 | fi | 72 | fi |
73 | 73 | ||
74 | DBUSPID=`pidof dbus-daemon` | 74 | DBUSPID=`pidof dbus-daemon` |