Subversion Repositories livecd

Rev

Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 192
Line 466... Line 466...
466
        sed -i.ori "s|evolution --component=mail|thunderbird -compose|" \
466
        sed -i.ori "s|evolution --component=mail|thunderbird -compose|" \
467
        /etc/gconf/gconf.xml.defaults/%gconf-tree.xml
467
        /etc/gconf/gconf.xml.defaults/%gconf-tree.xml
468
	[ -e /etc/gconf/schemas/desktop_gnome_url_handlers.schemas ] && \
468
	[ -e /etc/gconf/schemas/desktop_gnome_url_handlers.schemas ] && \
469
	sed -i.ori "s|evolution --component=mail|thunderbird -compose|" \
469
	sed -i.ori "s|evolution --component=mail|thunderbird -compose|" \
470
        /etc/gconf/schemas/desktop_gnome_url_handlers.schemas
470
        /etc/gconf/schemas/desktop_gnome_url_handlers.schemas
-
 
471
 
-
 
472
	# the above may not work for SL4, this should work
-
 
473
	sed -i.ori "s|exec evolution|exec thunderbird|" /usr/bin/launchmail
471
    fi
474
    fi
472
fi
475
fi
473
 
476
 
474
echo "done."
477
echo "done."
475
echo "--------------------------------------------"
478
echo "--------------------------------------------"