diff options
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/compat1x-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat20-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat21-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat22-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat3x-install.sh | 11 | ||||
| -rwxr-xr-x | release/scripts/compat4x-install.sh | 11 |
6 files changed, 0 insertions, 66 deletions
diff --git a/release/scripts/compat1x-install.sh b/release/scripts/compat1x-install.sh deleted file mode 100755 index b471caa9dfde9..0000000000000 --- a/release/scripts/compat1x-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat1x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat20-install.sh b/release/scripts/compat20-install.sh deleted file mode 100755 index ec0faeca3427b..0000000000000 --- a/release/scripts/compat20-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat20.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat21-install.sh b/release/scripts/compat21-install.sh deleted file mode 100755 index 5680c290139d4..0000000000000 --- a/release/scripts/compat21-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat21.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat22-install.sh b/release/scripts/compat22-install.sh deleted file mode 100755 index 97708c59617e1..0000000000000 --- a/release/scripts/compat22-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat22.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat3x-install.sh b/release/scripts/compat3x-install.sh deleted file mode 100755 index e2168180f5c98..0000000000000 --- a/release/scripts/compat3x-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat3x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 diff --git a/release/scripts/compat4x-install.sh b/release/scripts/compat4x-install.sh deleted file mode 100755 index 2950a1b6b9fca..0000000000000 --- a/release/scripts/compat4x-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "`id -u`" != "0" ]; then - echo "Sorry, this must be done as root." - exit 1 -fi -cat compat4x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 |
