diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-09 14:39:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-09 14:39:58 +0000 |
commit | 998734629a816c1ec3018b82732c661cca5a1440 (patch) | |
tree | 0c7518f0d8d5d1a2442a2ea2b166959cc5cd62fb /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-998734629a816c1ec3018b82732c661cca5a1440.tar.gz gentoo-2-998734629a816c1ec3018b82732c661cca5a1440.tar.bz2 gentoo-2-998734629a816c1ec3018b82732c661cca5a1440.zip |
Added warning to postinst to let users know that this package is 100% worthless on a live system and really is only used by the packages on the Gentoo release media to perform autodetection. This package is useless if you are not building an InstallCD or LiveCD.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwsetup/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.1.ebuild | 9 |
2 files changed, 15 insertions, 2 deletions
diff --git a/sys-apps/hwsetup/ChangeLog b/sys-apps/hwsetup/ChangeLog index 033f550ed323..6a4345da9d67 100644 --- a/sys-apps/hwsetup/ChangeLog +++ b/sys-apps/hwsetup/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/hwsetup # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.37 2006/02/08 23:14:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.38 2006/02/09 14:39:58 wolf31o2 Exp $ + + 09 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.1.ebuild: + Added warning to postinst to let users know that this package is 100% + worthless on a live system and really is only used by the packages on the + Gentoo release media to perform autodetection. This package is useless if + you are not building an InstallCD or LiveCD. 08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> -files/hwsetup-1.0-alsa.patch, -files/hwsetup-1.0-dyn_blacklist.patch, diff --git a/sys-apps/hwsetup/hwsetup-1.1.ebuild b/sys-apps/hwsetup/hwsetup-1.1.ebuild index e1b1bf23449d..c5189eb145ba 100644 --- a/sys-apps/hwsetup/hwsetup-1.1.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.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/sys-apps/hwsetup/hwsetup-1.1.ebuild,v 1.10 2006/02/08 23:06:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.1.ebuild,v 1.11 2006/02/09 14:39:58 wolf31o2 Exp $ inherit eutils @@ -37,3 +37,10 @@ src_compile() { src_install() { einstall DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man || die "Install failed" } + +pkg_postinst() { + ewarn "This package is intended for usage on the Gentoo release media. If" + ewarn "you are not building a CD, remove this package. It will not work" + ewarn "properly on a running system, as Gentoo does not use any of the" + ewarn "Knoppix-style detection except for CD builds." +} |