diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-12-13 01:23:35 +0100 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-12-13 01:23:35 +0100 |
commit | 48d0cabc07e6c49b94cd8217f1d361e1fcf64d67 (patch) | |
tree | 7c5c8aa1030c97572fc47c8563b337b232e87de2 | |
parent | fix gnome2.eclass (diff) | |
download | keruspe-48d0cabc07e6c49b94cd8217f1d361e1fcf64d67.tar.gz keruspe-48d0cabc07e6c49b94cd8217f1d361e1fcf64d67.tar.bz2 keruspe-48d0cabc07e6c49b94cd8217f1d361e1fcf64d67.zip |
fix gnome2-live.eclass
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-rw-r--r-- | eclass/gnome2-live.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index a7a0de41..0a702a46 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -184,6 +184,7 @@ gnome2_src_prepare() { # @DESCRIPTION: # 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." |