diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-04-09 18:46:57 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-04-09 18:46:57 +0000 |
commit | c685db3c04dba57c0d68b2619c52a99cc434237e (patch) | |
tree | 982bacfa4c702b37e9181f32092a451b7bd3b583 /eclass | |
parent | 2004.0 cascading profile (diff) | |
download | historical-c685db3c04dba57c0d68b2619c52a99cc434237e.tar.gz historical-c685db3c04dba57c0d68b2619c52a99cc434237e.tar.bz2 historical-c685db3c04dba57c0d68b2619c52a99cc434237e.zip |
revert gconf deinstall for now, doesn't work as it is
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index dc93e2ff011b..36b5ca04ff3b 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.39 2004/04/09 15:49:46 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.40 2004/04/09 18:46:57 foser Exp $ # # Authors: # Bruce A. Locke <blocke@shivan.org> @@ -143,17 +143,18 @@ gnome2_pkg_postinst() { gnome2_scrollkeeper_update } -gnome2_pkg_prerm() { +#gnome2_pkg_prerm() { - gnome2_gconf_uninstall +# gnome2_gconf_uninstall -} +#} gnome2_pkg_postrm() { gnome2_scrollkeeper_update } -EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm +#EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm +EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |