aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/hyperv-is/pkg-install11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/hyperv-is/pkg-install b/emulators/hyperv-is/pkg-install
index 9dcdbbb193f7..528e23bdb358 100644
--- a/emulators/hyperv-is/pkg-install
+++ b/emulators/hyperv-is/pkg-install
@@ -5,17 +5,6 @@
# adds hyperv labels in loader.conf
#
-#Check poudriere workdirs
-POD_WRK_HOME=/wrkdirs
-if [ ! -d ${POD_WRK_HOME} ]; then
- POD_WRK_HOME=/
-fi
-
-WRKDIRS=${POD_WRK_HOME}$(pwd |awk '{print $1}')/work/stage
-if [ ! -d ${WRKDIRS} ]; then
- WRKDIRS=/
-fi
-
if [ "$2" = "PRE-INSTALL" ]; then
echo "===> Pre-install Check"