pack/pft: Remove the pft method

pft has converted pack to makepkg so remove the pack method

Signed-off-by: Zhou Hao <haox.a.zhou@intel.com>
Signed-off-by: Philip Li <philip.li@intel.com>
diff --git a/pack/pft b/pack/pft
deleted file mode 100755
index 7a010cf..0000000
--- a/pack/pft
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-download()
-{
-	git_clone_update https://github.com/gormanm/pft
-}
-
-install()
-{
-	cp -af $BM_NAME $BM_ROOT
-}