diff options
3 files changed, 6 insertions, 12 deletions
diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild index 125d149d68c..13dab37812c 100644 --- a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild +++ b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.0.ebuild @@ -66,9 +66,7 @@ src_install() { pkg_postinst() { if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! use mercurial; then - einfo - einfo "You have disabled all plugin use flags. If you want to have vcs" - einfo "integration in dolphin, enable those of your needs." - einfo + elog "You have disabled all plugin use flags. If you want to have vcs" + elog "integration in dolphin, enable those of your needs." fi } diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild index 31bbb7120b2..7458ba7c3d1 100644 --- a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild +++ b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild @@ -66,9 +66,7 @@ src_install() { pkg_postinst() { if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! use mercurial; then - einfo - einfo "You have disabled all plugin use flags. If you want to have vcs" - einfo "integration in dolphin, enable those of your needs." - einfo + elog "You have disabled all plugin use flags. If you want to have vcs" + elog "integration in dolphin, enable those of your needs." fi } diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild b/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild index 405a3fbc846..20c8072fbe6 100644 --- a/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild +++ b/kde-apps/dolphin-plugins/dolphin-plugins-9999.ebuild @@ -66,9 +66,7 @@ src_install() { pkg_postinst() { if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! use mercurial; then - einfo - einfo "You have disabled all plugin use flags. If you want to have vcs" - einfo "integration in dolphin, enable those of your needs." - einfo + elog "You have disabled all plugin use flags. If you want to have vcs" + elog "integration in dolphin, enable those of your needs." fi } |
