// We prefer firefox over other alternatives
DPkg
{
Post-Invoke {
"x=/usr/bin/firefox-esr;[ -x $x ] && update-alternatives --set x-www-browser $x||true";
};
};
