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

-- 
package hotkey-setup 0.1-23ubuntu7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/299421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to