summaryrefslogtreecommitdiffstats
path: root/kernel/pre-install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-02-23 22:48:57 +0100
committertnut <tnut at nutyx dot com>2012-02-23 22:48:57 +0100
commitc924455f9385345ca20996f2e7a2d6b90615de23 (patch)
treef8a681e858e40623973d45e55e1c161274d93c87 /kernel/pre-install
parent13ee9171beee3ba1d3c3b2bde1049e399c8b0d3d (diff)
downloadnutyx-pakxe-c924455f9385345ca20996f2e7a2d6b90615de23.tar.gz
nutyx-pakxe-c924455f9385345ca20996f2e7a2d6b90615de23.tar.bz2
nutyx-pakxe-c924455f9385345ca20996f2e7a2d6b90615de23.tar.xz
nutyx-pakxe-c924455f9385345ca20996f2e7a2d6b90615de23.zip
kernel, maj 3.2.7-2
Diffstat (limited to 'kernel/pre-install')
-rw-r--r--kernel/pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/pre-install b/kernel/pre-install
new file mode 100644
index 000000000..bd0b0feeb
--- /dev/null
+++ b/kernel/pre-install
@@ -0,0 +1,3 @@
+for i in ipw2100-fw ipw2200-fw iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-5000-ucode iwlwifi-5150-ucode linux-firmware rt2x00-rt61-fw rt2x00-rt71w-fw
+ do if ( /usr/bin/pkginfo -l $i > /dev/null 2>&1 ) ; then /usr/bin/pkgrm $i ;fi
+ done