summaryrefslogtreecommitdiffstats
path: root/release/scripts/ports-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/ports-install.sh')
-rwxr-xr-xrelease/scripts/ports-install.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/release/scripts/ports-install.sh b/release/scripts/ports-install.sh
deleted file mode 100755
index 0933e71..0000000
--- a/release/scripts/ports-install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ "`id -u`" != "0" ]; then
- echo "Sorry, this must be done as root."
- exit 1
-fi
-echo "Extracting ports tarball into ${DESTDIR}/usr"
-tar --unlink -xpzf ports.tgz -C ${DESTDIR}/usr
-exit 0
OpenPOWER on IntegriCloud