Comment 19 for bug 399482

Revision history for this message
Nate Muench (Mink) (n-muench) wrote :

I did the following fix in Terminal:
    * sudo gedit /etc/init.d/bluetooth
    * Find the "pkill -TERM bluetoothd" line
    * Replace it with "pkill -TERM bluetoothd || true"

After doing this, the update went just fine.