From a56d9808732baa52de5ca1a8ed1143fefedbf061 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 19 Oct 2022 11:36:11 +0200 Subject: [PATCH] Fix SeaMonkey hard-claiming browser --- mods/seamonkey/data/oobe/setupComplete/51-seamonkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/seamonkey/data/oobe/setupComplete/51-seamonkey b/mods/seamonkey/data/oobe/setupComplete/51-seamonkey index ec76ced..9a7de8a 100755 --- a/mods/seamonkey/data/oobe/setupComplete/51-seamonkey +++ b/mods/seamonkey/data/oobe/setupComplete/51-seamonkey @@ -1,2 +1,2 @@ #!/bin/bash -update-alternatives --install /usr/bin/x-www-browser SeaMonkey /usr/bin/seamonkey 0 \ No newline at end of file +update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/seamonkey 0 \ No newline at end of file