*** This bug is a duplicate of bug 356157 ***
    https://bugs.launchpad.net/bugs/356157

This is caused by a syntax error in /etc/init.d/hotkey-setup:

The full report is:

Setting up hotkey-setup (0.1-23ubuntu10) ...
Installing new version of config file /etc/init.d/hotkey-setup ...
/etc/init.d/hotkey-setup: 47: Syntax error: ";;" unexpected (expecting "fi")
invoke-rc.d: initscript hotkey-setup, action "start" failed

The problem is:

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

    do_video

    ;;

Which should be:

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

** Changed in: hotkey-setup (Ubuntu)
   Importance: Undecided => Medium

** Changed in: hotkey-setup (Ubuntu)
       Status: New => Confirmed

-- 
package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/356320
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to