summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.sh')
-rwxr-xr-xBuild/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.sh b/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.sh
deleted file mode 100755
index 3025c0e44e4..00000000000
--- a/Build/source/texk/gregorio/gregorio-src/contrib/TeXShop/auto-configure.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env bash
-
-# This script is designed to automatically configure a TeXShop distribution.
-
-ENGINEDIR="$HOME/Library/TeXShop/Engines"
-if [ ! -d "$ENGINEDIR" ]; then
- mkdir -p "$ENGINEDIR"
-fi
-SOURCE="/Users/Shared/Gregorio/contrib/TeXShop/LuaLaTeX+se.engine"
-if [ -e "$SOURCE" ]; then
- cp "$SOURCE" "$ENGINEDIR"
-else
- echo "Cannot find LuaLaTeX+se.engine"
- echo "Please try running the Gregorio intaller again"
- exit 1
-fi
-defaults write TeXShop OtherTeXExtensions -array-add "gabc"