linux3.12: remove obsole main _package function.

This commit is contained in:
Juan RP 2014-01-20 07:45:25 +01:00
parent c1ec9d27b7
commit e2bd3cc2ae
1 changed files with 0 additions and 6 deletions

View File

@ -216,9 +216,3 @@ linux3.12-headers_package() {
vmove usr/lib/modules/${_kernver}/build vmove usr/lib/modules/${_kernver}/build
} }
} }
linux3.12_package() {
pkg_install() {
vmove all
}
}