diff options
author | 2011-12-14 19:47:54 +0000 | |
---|---|---|
committer | 2011-12-14 19:47:54 +0000 | |
commit | 7a571e5c220191ddff953276e60c154a0e18bb04 (patch) | |
tree | fb953355912a6863fdd9aabc88f9dea7fbde4eb8 /eclass/gnome2.eclass | |
parent | Drop old patches. (diff) | |
download | historical-7a571e5c220191ddff953276e60c154a0e18bb04.tar.gz historical-7a571e5c220191ddff953276e60c154a0e18bb04.tar.bz2 historical-7a571e5c220191ddff953276e60c154a0e18bb04.zip |
Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since glib-2.25.11, and will cause an error starting with 2.31.x (bug #394501, thanks to Marc-Antoine Perennou for reporting).
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 8256c51434b2..1dda3dd0f580 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.103 2011/11/14 06:10:32 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.104 2011/12/14 19:47:54 tetromino Exp $ # @ECLASS: gnome2.eclass # @MAINTAINER: @@ -229,7 +229,7 @@ gnome2_pkg_postrm() { fdo-mime_desktop_database_update fdo-mime_mime_database_update gnome2_icon_cache_update - gnome2_schemas_update --uninstall + gnome2_schemas_update if [[ "${SCROLLKEEPER_UPDATE}" = "1" ]]; then gnome2_scrollkeeper_update |