diff options
author | George Shapovalov <george@gentoo.org> | 2007-07-11 21:28:08 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-07-11 21:28:08 +0000 |
commit | 7fa9450da310bb0b949c399d5963f9704cff4f8b (patch) | |
tree | 4511a07b458fbde26b1e2cd10728207c6165eacd /eclass | |
parent | Version bump, fixes a segfault issue. (diff) | |
download | historical-7fa9450da310bb0b949c399d5963f9704cff4f8b.tar.gz historical-7fa9450da310bb0b949c399d5963f9704cff4f8b.tar.bz2 historical-7fa9450da310bb0b949c399d5963f9704cff4f8b.zip |
changed the text in pkg_postrm to be more readable
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index a796fb37fa68..2591d4799c27 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -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/eclass/gnatbuild.eclass,v 1.31 2007/06/15 19:58:41 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.32 2007/07/11 21:28:08 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -281,11 +281,10 @@ gnatbuild_pkg_postinst() { gnatbuild_pkg_postrm() { - elog "Automatic cleanup requires a somewhat big rewamp of eclasses to not" - elog "breack updates. For now, if you are removing this issue of gnat compiler" - elog "(if this is the last version of gnat-gcc or gnat-gpl that is being " - elog "removed), please manually run:" + elog "If you are removing the last version of gnat in this SLOT, please manually run:" elog " rm /etc/env.d/55gnat-*" + elog "(running this automatically from every pgk_postrm will break" + elog "configuration in case an update was performed)." } #---->> pkg_* <<---- |