Comment 12 for bug 399482

Revision history for this message
Bobby McGee (iaskedalice09) wrote : Re: bluez: upgrade from 4.45-0ubuntu1 to 4.45-0ubuntu2 fails

I found this fix in the Ubuntu Forums and it worked for me:

Open a Terminal

    * sudo gedit /etc/init.d/bluetooth
    * Find the "pkill -TERM bluetoothd" line
    * Replace it with "pkill -TERM bluetoothd || true"
Save it and run sudo apt-get upgrade. It will prompt you if you want to overwrite the /etc/init.d/bluetooth file, hit N to keep your changes. Then hit enter and it should update correctly.

Source: http://ubuntuforums.org/showthread.php?t=1213573