[Bug 446541] Re: package ubuntustudio-default-settings 0.26 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

jaimie at onsitepcs.net jaimie at onsitepcs.net
Fri Oct 9 00:59:39 UTC 2009


#!/bin/sh

set -e

# Automatically added by dh_gconf
if which update-gconf-defaults >/dev/null 2>&1; then
        update-gconf-defaults
fi
# End automatically added section


rm -f /usr/share/gconf/defaults/21_ubuntustudio-panel-settings.entries
[ -x /usr/sbin/update-gconf-defaults ] && update-gconf-defaults


should be  [ -x /usr/bin/update-gconf-defaults ] && update-gconf-defaults

Tried changing that still no go

dpkg: error processing ubuntustudio-default-settings (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.

did apt-get install ubuntustudio-default-settings
installed with no errors 

edited /var/lib/dpkg/info/ubuntustudio-default-settings.postrm and
changed sbin to bin

then apt-get remove  ubuntustudio-default-settings and it removed

-- 
package ubuntustudio-default-settings 0.26 failed to install/upgrade: subprocess new post-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/446541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list