Removing local/functions functionality, it's not really usefull anyway.

This commit is contained in:
Daniel Baumann 2012-10-22 19:18:06 +02:00
parent ff115e5a88
commit 6caf65efee
2 changed files with 0 additions and 10 deletions

View File

@ -14,12 +14,3 @@ do
. "${FUNCTION}"
fi
done
# Source local functions
if ls local/functions/* > /dev/null 2>&1
then
for FUNCTION in local/functions/*
do
. "${FUNCTION}"
done
fi

View File

@ -1469,7 +1469,6 @@ LB_SOURCE_IMAGES="${LB_SOURCE_IMAGES}"
EOF
mkdir -p auto
mkdir -p local/functions
mkdir -p local/scripts
# Checking defaults again