commit: acf48bc46990c3a86a0e2a677f175ac0fa5ba1ef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 16:53:13 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 17:14:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf48bc4
media-libs/phonon-vlc: remove old elog messages
Package-Manager: portage-2.2.28
media-libs/phonon-vlc/phonon-vlc-9999.ebuild | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild
b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild
index aec48c8..2e715f0 100644
--- a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild
+++ b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -78,11 +78,3 @@ src_test() {
src_install() {
multibuild_foreach_variant cmake-utils_src_install
}
-
-pkg_postinst() {
- elog "For more verbose debug information, export the following
variables:"
- elog "PHONON_DEBUG=1"
- elog ""
- elog "To make KDE detect the new backend without reboot, run:"
- elog "kbuildsycoca4 --noincremental"
-}