From 2bde9d791bf36f5390e453dad08fb2b927d06d08 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 27 Oct 2004 10:21:23 +0000 Subject: don't export postinst as we don't use it any more --- eclass/xmms-plugin.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/xmms-plugin.eclass b/eclass/xmms-plugin.eclass index 4acad261cbc3..7b716128fafb 100644 --- a/eclass/xmms-plugin.eclass +++ b/eclass/xmms-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.7 2004/10/21 04:38:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.8 2004/10/27 10:21:23 eradicator Exp $ # # Jeremy Huddleston # @@ -268,4 +268,4 @@ do_bmp() { use bmp && [ "${NOBMP}" != "1" ] } -EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst +EXPORT_FUNCTIONS src_unpack src_compile src_install -- cgit v1.2.3-65-gdbad