diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2-live.eclass | 1 | ||||
-rw-r--r-- | eclass/gnome2.eclass | 1 |
2 files changed, 2 insertions, 0 deletions
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 |