Remove Mathematica

pull/207/merge 2018-10-09-raspbian-stretch
Serge Schneider 2018-10-09 12:32:37 +01:00
parent 59cd0a3d9c
commit 7b40fd11bc
6 changed files with 3 additions and 13 deletions

View File

@ -11,10 +11,10 @@ UNRELEASED:
* In Scratch 2 GPIO plugin, set pin from dropdown list rather than free text
* In Scratch 2 SenseHAT plugin, swap x and y axis values for LED array
* Include latest Adobe Flash player (31.0.0.108)
* Include latest Mathematica (11.3.0.0)
* Include latest RealVNC Server (6.3.1)
* Include libav-tools
* Incllude ssh-import-id
* Include ssh-import-id
* Removed Mathematica
* Merge in latest third-party code for Bluetooth ALSA interface
* Add ability to prevent software update changing configuration files, by creating ~/.config/.lock file
* Various other small bug fixes, tweaks and changes to text

View File

@ -1,4 +1,4 @@
IMG_SUFFIX="-4GB"
IMG_SUFFIX=""
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

View File

@ -1 +0,0 @@
wolfram-engine

View File

@ -1,4 +0,0 @@
IMG_SUFFIX=""
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

View File

@ -1,5 +0,0 @@
#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi