diff options
author | Norbert Preining <preining@logic.at> | 2017-08-29 08:50:07 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-08-29 08:50:07 +0000 |
commit | 9f88fd587070a79442ca6027be4fbbd47661b498 (patch) | |
tree | a9dee60254988dd89da3ecc6a0879b382ab445d6 | |
parent | fcef14e131c0585bf1d5f80dd66e90a873c07a9e (diff) |
remove copies of scripts
git-svn-id: svn://tug.org/texlive/trunk@45158 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/amd64-freebsd/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/amd64-netbsd/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/armel-linux/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/armhf-linux/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/i386-darwin/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/i386-freebsd/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/i386-linux/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/i386-netbsd/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/i386-solaris/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/powerpc-darwin/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/powerpc-linux/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/sparc-solaris/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/x86_64-darwin/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/x86_64-darwinlegacy/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/x86_64-linux/tlcockpit | 10 | ||||
-rwxr-xr-x | Master/bin/x86_64-solaris/tlcockpit | 10 |
16 files changed, 0 insertions, 160 deletions
diff --git a/Master/bin/amd64-freebsd/tlcockpit b/Master/bin/amd64-freebsd/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/amd64-freebsd/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/amd64-netbsd/tlcockpit b/Master/bin/amd64-netbsd/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/amd64-netbsd/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/armel-linux/tlcockpit b/Master/bin/armel-linux/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/armel-linux/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/armhf-linux/tlcockpit b/Master/bin/armhf-linux/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/armhf-linux/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/i386-darwin/tlcockpit b/Master/bin/i386-darwin/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/i386-darwin/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/i386-freebsd/tlcockpit b/Master/bin/i386-freebsd/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/i386-freebsd/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/i386-linux/tlcockpit b/Master/bin/i386-linux/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/i386-linux/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/i386-netbsd/tlcockpit b/Master/bin/i386-netbsd/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/i386-netbsd/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/i386-solaris/tlcockpit b/Master/bin/i386-solaris/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/i386-solaris/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/powerpc-darwin/tlcockpit b/Master/bin/powerpc-darwin/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/powerpc-darwin/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/powerpc-linux/tlcockpit b/Master/bin/powerpc-linux/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/powerpc-linux/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/sparc-solaris/tlcockpit b/Master/bin/sparc-solaris/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/sparc-solaris/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/x86_64-darwin/tlcockpit b/Master/bin/x86_64-darwin/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/x86_64-darwin/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/x86_64-darwinlegacy/tlcockpit b/Master/bin/x86_64-darwinlegacy/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/x86_64-darwinlegacy/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/x86_64-linux/tlcockpit b/Master/bin/x86_64-linux/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/x86_64-linux/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" diff --git a/Master/bin/x86_64-solaris/tlcockpit b/Master/bin/x86_64-solaris/tlcockpit deleted file mode 100755 index 1b24959acd5..00000000000 --- a/Master/bin/x86_64-solaris/tlcockpit +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -java -jar "$jarpath" |