From e2bd3cc2aef62eacf2f8387c19a83dad83453b23 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 Jan 2014 07:45:25 +0100 Subject: [PATCH] linux3.12: remove obsole main _package function. --- srcpkgs/linux3.12/template | 6 ------ 1 file changed, 6 deletions(-) diff --git a/srcpkgs/linux3.12/template b/srcpkgs/linux3.12/template index 9a40fc0d4f2..31c7d6d3424 100644 --- a/srcpkgs/linux3.12/template +++ b/srcpkgs/linux3.12/template @@ -216,9 +216,3 @@ linux3.12-headers_package() { vmove usr/lib/modules/${_kernver}/build } } - -linux3.12_package() { - pkg_install() { - vmove all - } -}