remove pkg package placeholder

This commit is contained in:
Bryan Thornbury 2015-10-22 17:22:58 -07:00
parent 7d8637b5bb
commit 7c246f978f

View file

@ -14,7 +14,4 @@ $DIR/package-dnvm.sh
if [[ "$1" == "debian" ]]; then
# Create Debian package
$DIR/package-debian.sh
elif [[ "$1" == "pkg" ]]; then
# Create Mac Pkg
$DIR/package-pkg.sh
fi