diff options
author | Timo Gurr <tgurr@gentoo.org> | 2008-08-27 21:44:28 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2008-08-27 21:44:28 +0000 |
commit | bd906d8b3b3e35655e25a469ecf309a2261ba686 (patch) | |
tree | c57d493c7716b29f5e277d5dda655eff4cb1aaee /net-print/foo2zjs | |
parent | Pruning version that will never be stabilised. (diff) | |
download | gentoo-2-bd906d8b3b3e35655e25a469ecf309a2261ba686.tar.gz gentoo-2-bd906d8b3b3e35655e25a469ecf309a2261ba686.tar.bz2 gentoo-2-bd906d8b3b3e35655e25a469ecf309a2261ba686.zip |
Fixed Manifest again, bug #226737. Removed pkg_postinst.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'net-print/foo2zjs')
-rw-r--r-- | net-print/foo2zjs/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/foo2zjs/foo2zjs-20080225.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net-print/foo2zjs/ChangeLog b/net-print/foo2zjs/ChangeLog index eb3efda6b804..e963b8e0863e 100644 --- a/net-print/foo2zjs/ChangeLog +++ b/net-print/foo2zjs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/foo2zjs # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/ChangeLog,v 1.34 2008/03/18 19:58:00 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/ChangeLog,v 1.35 2008/08/27 21:44:28 tgurr Exp $ + + 27 Aug 2008; Timo Gurr <tgurr@gentoo.org> foo2zjs-20080225.ebuild: + Fixed Manifest again, bug #226737. Removed pkg_postinst. 18 Mar 2008; Stefan Schweizer <genstef@gentoo.org> foo2zjs-20080225.ebuild: diff --git a/net-print/foo2zjs/foo2zjs-20080225.ebuild b/net-print/foo2zjs/foo2zjs-20080225.ebuild index 59907f073cd1..32e15df60a07 100644 --- a/net-print/foo2zjs/foo2zjs-20080225.ebuild +++ b/net-print/foo2zjs/foo2zjs-20080225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/foo2zjs-20080225.ebuild,v 1.3 2008/03/18 19:58:00 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foo2zjs/foo2zjs-20080225.ebuild,v 1.4 2008/08/27 21:44:28 tgurr Exp $ inherit eutils @@ -114,7 +114,3 @@ src_install() { emake DESTDIR="${D}" install install-udev \ || die "emake install failed" } - -pkg_postinst() { - udevcontrol reload_rules -} |