Hmm, Moz name changes again

SVN revision: 9097
This commit is contained in:
handyande 2004-02-24 19:54:51 +00:00 committed by handyande
parent d245bdc21c
commit d2071dcb65
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@ edb_ed $DB add /e/theme/name str "winter"
if [ $BROWSER ]; then
edb_ed $DB add /apps/web/browser str "$BROWSER"
else
edb_ed $DB add /apps/web/browser str "`which MozillaFirebird 2>/dev/null ||
edb_ed $DB add /apps/web/browser str "`which firefox 2>/dev/null ||
which phoenix 2>/dev/null ||
which mozilla 2>/dev/null ||
which opera 2>/dev/null ||
which konqueror 2>/dev/null ||
which epiphany 2>/dev/null`"
fi
edb_ed $DB add /apps/web/email str "`which MozillaThunderbird 2>/dev/null ||
edb_ed $DB add /apps/web/email str "`which thunderbird 2>/dev/null ||
which mozilla 2>/dev/null ||
which kmail 2>/dev/null ||
which sylpheed 2>/dev/null ||