Comment 5 for bug 299421

Revision history for this message
Stefan Hamminga (stefanhamminga) wrote :

My update to the latest version failed as wel (Ubuntu Jaunty x86_64) due to a minor error in the initscript. I fixed it as following:

edit the init.d script:
~# sudo nano +45 /etc/init.d/hotkey-setup

At line 45 (blank) type 'fi' to make it look like this:
==================================
case "$1" in
    start)

# This entire block does nothing on desktops right now
    if laptop-detect; then
        do_video
    fi

    ;;
    restart|force-reload)
    $0 stop || true
    $0 start
    ;;
esac

exit 0
==================================

Hit CTRL-O and CTRL-X to save and exit, type
~# apt-get update
to finish the install