diff options
-rw-r--r-- | eclass/ecm.eclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 3abf9e88a3..4fa9ce7aed 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -758,12 +758,6 @@ ecm_pkg_postinst() { false) xdg_pkg_postinst ;; *) ;; esac - - if [[ -n ${_KDE_ORG_ECLASS} ]] && [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]] && [[ ${KDE_BUILD_TYPE} = live ]]; then - einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" - einfo "Use it at your own risk." - einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" - fi } # @FUNCTION: ecm_pkg_postrm |