diff options
Diffstat (limited to 'release/scripts/proflibs-install.sh')
-rwxr-xr-x | release/scripts/proflibs-install.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh deleted file mode 100755 index 8e35ae3..0000000 --- a/release/scripts/proflibs-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 proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -exit 0 |