Skip to content

Commit

Permalink
scripts: remove iceweasel support
Browse files Browse the repository at this point in the history
Debian buster was the last release with iceweasel, but it also already had
firefox-esr.
  • Loading branch information
zeha committed Nov 26, 2024
1 parent c40403e commit 02129af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ if $ROOTCMD update-alternatives --list x-cursor-theme 2>/dev/null | grep -q '/wh
$ROOTCMD update-alternatives --set x-cursor-theme /etc/X11/cursors/whiteglass.theme
fi

if $ROOTCMD update-alternatives --list x-www-browser 2>/dev/null | grep -q '/iceweasel' ; then
echo "Setting iceweasel as x-www-browser using update-alternatives."
$ROOTCMD update-alternatives --set x-www-browser /usr/bin/iceweasel
fi

if $ROOTCMD update-alternatives --list x-www-browser 2>/dev/null | grep -q '/firefox-esr' ; then
echo "Setting firefox-esr as x-www-browser using update-alternatives."
$ROOTCMD update-alternatives --set x-www-browser /usr/bin/firefox-esr
Expand Down

0 comments on commit 02129af

Please sign in to comment.