From 194ce1bb777b0c447e551097be2ae32b8de10927 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Wed, 14 Dec 2011 16:34:04 +0100 Subject: sync eclasses with up Signed-off-by: Marc-Antoine Perennou --- eclass/gnome2-live.eclass | 1 + eclass/gnome2.eclass | 1 + 2 files changed, 2 insertions(+) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 0a702a46..5305310e 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -185,6 +185,7 @@ gnome2_src_prepare() { # Must be run manually for ebuilds that have a custom pkg_postinst gnome2-live_pkg_postinst() { gnome2_pkg_postinst + ewarn "This is a live ebuild, upstream scms will mostly be UNstable" ewarn "Do NOT report bugs about this package to Gentoo" ewarn "Report upstream bugs (with patches if possible) instead." diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 6f2e65e7..e939260f 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -246,6 +246,7 @@ gnome2_pkg_postrm() { fdo-mime_desktop_database_update fdo-mime_mime_database_update gnome2_icon_cache_update + gnome2_schemas_update if [[ "${SCROLLKEEPER_UPDATE}" = "1" ]]; then gnome2_scrollkeeper_update -- cgit v1.2.3-65-gdbad