*these instructions?*
/
In GNOME Terminal, type:
sudo nano /var/lib/dpkg/info/software-center.postinst
then
add "exit 0" after set -e (without the quotes)
Save your changes with this key combo:
Ctrl + O
Exit nano with Ctrl + X/
*So it looks like this?
*
#!/bin/sh
*set -e exit 0*
# Automatically added by dh_installmime
if [ "$1" = "configure" ] && [ -x "`which update-mime-database
2>/dev/null`" ]; then
update-mime-database /usr/share/mime
fi
# End automatically added section
# Automatically added by dh_installmime
if [ "$1" = "configure" ] && [ -x "`which update-mime-database
2>/dev/null`" ]; then
update-mime-database /usr/share/mime
fi
# End automatically added section
# Automatically added by dh_installmime
if [ "$1" = "configure" ] && [ -x "`which update-mime-database
2>/dev/null`" ]; then
update-mime-database /usr/share/mime
fi
# End automatically added section
# Automatically added by dh_pycentral
rm -f /var/lib/pycentral/software-center.pkgremove
if which pycentral >/dev/null 2>&1; then
pycentral pkginstall software-center
if grep -qs '^software-center$' /var/lib/pycentral/delayed-pkgs;
then
sed -i '/^software-center$/d'
/var/lib/pycentral/delayed-pkgs
fi
fi
# End automatically added section
if [ "$1" = "triggered" ] || [ "$1" = "configure" ]; then
# update the application data
update-software-center --triggered "$2" || true
exit 0
fi
# make sure we update the index so that on first install
# we have something to show (LP: #617397)
On 12/25/2010 04:04 PM, Bill Barry wrote:
> On Sat, Dec 25, 2010 at 3:59 PM, Joseph Weston Morgan <[email protected]
> <mailto:[email protected]>> wrote:
>
> that didn't seem to do it either.
>
>
> The instructions to follow are those by nibirumarduk in the second to
> last post, not those right at the beginning.
>
> Bill
>
>
> _______________________________________________
> EUGLUG mailing list
> [email protected]
> http://www.euglug.org/mailman/listinfo/euglug
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug