git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@61
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/Attic/stage3.sh,v 1.6 2003/11/03 02:43:55 drobbins Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/Attic/stage3.sh,v 1.7 2003/11/06 03:45:15 drobbins Exp $
case $1 in
enter)
EOF
[ $? -ne 0 ] && exit 1
;;
-clean)
+preclean)
$clst_CHROOT $clst_chroot_path /bin/bash << EOF
env-update
source /etc/profile
EOF
[ $? -ne 0 ] && exit 1
;;
-preclean)
+clean)
exit 0
;;
*)