[Bug 410867] Re: package ubuntustudio-default-settings 0.26 failed to install/upgrade:

Jim Kirkpatrick bad.octopus at gmail.com
Tue Oct 6 20:51:11 UTC 2009


Going around in circles with this... But other people also having the
issue and there's a solution here:
http://ubuntuforums.org/showthread.php?t=1192122#5 which goes like this:

1.. sudo gedit /var/lib/dpkg/info/ubuntustudio-default-settings.postrm
2.. change the line 
     [ -x /usr/sbin/update-gconf-defaults ] && update-gconf-defaults
to:
     [ -x /usr/bin/update-gconf-defaults ] && update-gconf-defaults
3.. remove as the package as normal (sudo apt-get-remove ubuntustudio-default-settings)

#!/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/bin/update-gconf-defaults ] && update-gconf-defaults

the line

[ -x /usr/sbin/update-gconf-defaults ] && update-gconf-defaults

should be,

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

update-gconf-defaults is in /usr/bin not /usr/sbin


** Changed in: ubuntustudio-default-settings (Ubuntu)
       Status: New => Confirmed

-- 
package ubuntustudio-default-settings 0.26 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/410867
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