This file:
/var/lib/dpkg/info/sensors-applet.postinst
Contains this:
#!/bin/sh
set -e
# Automatically added by dh_scrollkeeper
if [ "$1" = "configure" ] && which scrollkeeper-update >/dev/null 2>&1; then
        scrollkeeper-update -q >/dev/null 2>&1
fi
# End automatically added section
# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
        update-icon-caches /usr/share/icons/hicolor
fi
# End automatically added section

After trying to run both scrollkeeper-update and update-icon-caches, I discover 
that scollkeeper-update sefaults:
$  scrollkeeper-update 
Segmentation fault

And finally, here's a workaround:
1. Comment out three lines from /var/lib/dpkg/info/sensors-applet.postrm so 
that it looks like this:
#!/bin/sh
set -e
# Automatically added by dh_scrollkeeper
#if [ "$1" = "remove" ] && which scrollkeeper-update >/dev/null 2>&1; then
#       scrollkeeper-update -q
#fi
# End automatically added section
# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
        update-icon-caches /usr/share/icons/hicolor
fi
# End automatically added section
2. sudo aptitude remove sensors-applet

-- 
[apport] package sensors-applet 2.2.1-1ubuntu3 failed to install/upgrade: 
underprosessen post-installation script returnerte feilstatus 139
https://bugs.launchpad.net/bugs/254515
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