Remove Mathematica

This commit is contained in:
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

@@ -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,2 +0,0 @@
NOOBS_NAME="Raspbian"
NOOBS_DESCRIPTION="A port of Debian Stretch for the Raspberry Pi (full desktop version)"

View File

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