[Piuparts-commits] [piuparts] 18/23: preseed mathematica-fonts license acceptance
Holger Levsen
holger at layer-acht.org
Tue Jan 17 12:39:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 48bb36e359d66db134b0a3d6a2cbb46c758abcbc
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Jan 16 13:39:02 2017 +0100
preseed mathematica-fonts license acceptance
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
custom-scripts/scripts/pre_install_extras | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/custom-scripts/scripts/pre_install_extras b/custom-scripts/scripts/pre_install_extras
index 5b0341d..01fd460 100755
--- a/custom-scripts/scripts/pre_install_extras
+++ b/custom-scripts/scripts/pre_install_extras
@@ -53,4 +53,16 @@ case ${PIUPARTS_OBJECTS%%=*} in
log_debug
echo "firmware-ivtv firmware-ivtv/license/accepted boolean true" | debconf-set-selections
;;
+ fonts-mathematica)
+ log_debug
+ echo "fonts-mathematica mathematica-fonts/accept_license boolean true" | debconf-set-selections
+ ;;
+ mathematica-fonts|ttf-mathematica4.1)
+ log_debug
+ apt-get -y install wget
+ echo "mathematica-fonts mathematica-fonts/accept_license boolean true" | debconf-set-selections
+ if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
+ echo "ttf-mathematica4.1 ttf-mathematica4.1/accept_license boolean true" | debconf-set-selections
+ fi
+ ;;
esac
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list