Hello,

1. After i ran apt-get update / apt-get -f install everything went through 
without a problem.
2. see attachment or codeblock:
#!/bin/sh
set -e

ua_inst () {
        update-alternatives \
        --install /etc/X11/xinit/xinput.d/$1 xinput-$1 \
        /etc/X11/xinit/xinput.d/$2 $3 ;
}

case "$1" in
    configure)
        #ua_inst all_ALL ibus  0
        ua_inst ja_JP   ibus 60
        ua_inst ko_KR   ibus 60
        ua_inst zh_CN   ibus 60
        ua_inst zh_TW   ibus 60
        ua_inst zh_HK   ibus 60
        ua_inst zh_SG   ibus 60
        rm -f /etc/xdg/autostart/ibus.desktop
    ;;

    abort-upgrade|abort-remove|abort-deconfigure)

    ;;

    *)
        echo "postinst called with unknown argument \`$1'" >&2
        exit 1
    ;;
esac

# Automatically added by dh_gconf
if [ "$1" = "configure" ]; then
        gconf-schemas --register ibus.schemas
fi
# End automatically added section
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
        update-python-modules  ibus.private
fi
# End automatically added section


** Attachment added: "ibus.postinst"
   http://launchpadlibrarian.net/35570954/ibus.postinst

-- 
package ibus 1.2.0.20090927-2ubuntu2 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 139 zur?ck
https://bugs.launchpad.net/bugs/480743
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