This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/mate-minidesktop-buster
in repository live-build-x2go.

commit 55146f7fd5ba9b2c439541722596ac6af51d06be
Author: Stefan Baur (BAUR-ITCS) <[email protected]>
Date:   Mon Jun 22 22:23:32 2020 +0200

    make firefox config a conditional, in case someone builds a
    chrome/chromium-only image
---
 config/includes.chroot/lib/live/config/2900-firefox-config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2900-firefox-config 
b/config/includes.chroot/lib/live/config/2900-firefox-config
index aec8a7e..7defe7c 100755
--- a/config/includes.chroot/lib/live/config/2900-firefox-config
+++ b/config/includes.chroot/lib/live/config/2900-firefox-config
@@ -33,4 +33,6 @@ lockPref("browser.startup.homepage", "$HOMEPAGEURL");
 FIREFOXCONFIG
 }
 
-FirefoxConfig
+if which firefox-esr >/dev/null || which firefox >/dev/null; then
+       FirefoxConfig
+fi

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/live-build-x2go.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to