summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2006-03-05 17:55:04 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2006-03-05 17:55:04 +0000
commitdb440905a35d50b9a57b40d07793af00fceced08 (patch)
tree8766a7b8c6b052812d6b1f6347bca56ece697573 /net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild
parentVersion bump. Dep fixes. Removed older versions. (diff)
downloadgentoo-2-db440905a35d50b9a57b40d07793af00fceced08.tar.gz
gentoo-2-db440905a35d50b9a57b40d07793af00fceced08.tar.bz2
gentoo-2-db440905a35d50b9a57b40d07793af00fceced08.zip
Added note about what to do with the firmware files.
(Portage version: 2.0.54)
Diffstat (limited to 'net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild')
-rw-r--r--net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild
index 1e984300d238..c2893078c91c 100644
--- a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild
+++ b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild,v 1.2 2006/01/30 22:00:28 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild,v 1.3 2006/03/05 17:55:04 brix Exp $
DESCRIPTION="ORiNOCO IEEE 802.11 wireless LAN firmware utilities"
HOMEPAGE="http://www.nongnu.org/orinoco/"
@@ -34,3 +34,10 @@ src_install() {
dodoc README
}
+
+pkg_postinst() {
+ einfo
+ einfo "After fetching the firmware using these tools you must place it in"
+ einfo "/lib/firmware/ for the kernel driver to be able to load it."
+ einfo
+}