summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/components/src/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'PCBSD/pc-sysinstall/components/src/install.sh')
-rwxr-xr-xPCBSD/pc-sysinstall/components/src/install.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/PCBSD/pc-sysinstall/components/src/install.sh b/PCBSD/pc-sysinstall/components/src/install.sh
deleted file mode 100755
index 6559380..0000000
--- a/PCBSD/pc-sysinstall/components/src/install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Available Variables
-# COMPTMPDIR = Set to the tmpdir that contains CFILE
-# CFILE = Set to the file(s) provided by this component
-# Comma delimited, if more than one file
-# This script installs the freebsd source
-
-rm -rf /usr/src
-mkdir /usr/src
-cd /usr/src
-echo "Extracting FREEBSD source tree..."
-tar xvjf ${COMPTMPDIR}/${CFILE} >/dev/null 2>/dev/null
OpenPOWER on IntegriCloud