[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust sbin/debian-edu-ltsp-install

Wolfgang Schweer (@schweer-guest) gitlab at salsa.debian.org
Wed Oct 26 22:26:06 BST 2022



Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu-config


Commits:
6202ef11 by Wolfgang Schweer at 2022-10-26T23:23:23+02:00
Adjust sbin/debian-edu-ltsp-install

Install the firefox-esr l10n package conditionally in case the minidesktop
thin client type has been chosen.

- - - - -


2 changed files:

- debian/changelog
- sbin/debian-edu-ltsp-install


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+debian-edu-config (2.12.25) UNRELEASED; urgency=medium
+
+  * sbin/debian-edu-ltsp-install: Install firefox-esr l10n package conditionally
+    in case the minidesktop thin client type has been chosen.
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Wed, 26 Oct 2022 21:48:09 +0200
+
 debian-edu-config (2.12.24) unstable; urgency=medium
 
   [ Mike Gabriel ]


=====================================
sbin/debian-edu-ltsp-install
=====================================
@@ -453,8 +453,10 @@ debootstrap --arch="$arch" --no-check-gpg --variant=minbase --include=sitesummar
 	fi
 	if [ "desktop" == "$thin_type" ] ; then
 		chroot /srv/ltsp/x2go-"$thin_type"-"$arch"/ apt -y -qq install x2gothinclient-minidesktop \
-		x2gothinclient-cdmanager x2gothinclient-usbmount \
-		firefox-esr-l10n-"$LANGCODE"
+		x2gothinclient-cdmanager x2gothinclient-usbmount
+		if ! [ "en" == "$LANGCODE" ] ; then
+			chroot /srv/ltsp/x2go-"$thin_type"-"$arch"/ apt -y -qq install firefox-esr-l10n-"$LANGCODE"
+		fi
 	fi
 	if [ "true" == "$BD_ISO" ] ; then
 		umount /srv/ltsp/x2go-"$thin_type"-"$arch"/media/cdrom



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/6202ef11fe4159c521b9be1cc503552543cdfc91

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/6202ef11fe4159c521b9be1cc503552543cdfc91
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20221026/5898376d/attachment-0001.htm>


More information about the debian-edu-commits mailing list