From 03f45c63440de0117fa8bab57aaf8d83f6f59131 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 22 Mar 2005 19:29:57 +0000 Subject: Adding pre/postrm to EBUILD_PHASES --- pym/portage_const.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pym') diff --git a/pym/portage_const.py b/pym/portage_const.py index 668e868..b935c92 100644 --- a/pym/portage_const.py +++ b/pym/portage_const.py @@ -1,8 +1,8 @@ # portage: Constants # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.8 2005/02/26 06:35:20 jstubbs Exp $ -cvs_id_string="$Id: portage_const.py,v 1.8 2005/02/26 06:35:20 jstubbs Exp $"[5:-2] +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.9 2005/03/22 19:29:57 genone Exp $ +cvs_id_string="$Id: portage_const.py,v 1.9 2005/03/22 19:29:57 genone Exp $"[5:-2] # =========================================================================== # START OF CONSTANTS -- START OF CONSTANTS -- START OF CONSTANTS -- START OF @@ -63,4 +63,4 @@ RSYNC_HOST = "rsync.gentoo.org/gentoo-portage" CVS_BIN = "/usr/bin/cvs" -EBUILD_PHASES = "setup unpack compile test install preinst postinst" +EBUILD_PHASES = "setup unpack compile test install preinst postinst prerm postrm" -- cgit v1.2.3-65-gdbad