diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-04-22 02:53:13 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-22 03:14:53 +1000 |
commit | acf48bc46990c3a86a0e2a677f175ac0fa5ba1ef (patch) | |
tree | 398278356baca0538b8da233b37adbd9d9d4c5ab /media-libs/phonon-vlc | |
parent | media-libs/phonon: version bump (diff) | |
download | gentoo-acf48bc46990c3a86a0e2a677f175ac0fa5ba1ef.tar.gz gentoo-acf48bc46990c3a86a0e2a677f175ac0fa5ba1ef.tar.bz2 gentoo-acf48bc46990c3a86a0e2a677f175ac0fa5ba1ef.zip |
media-libs/phonon-vlc: remove old elog messages
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-libs/phonon-vlc')
-rw-r--r-- | media-libs/phonon-vlc/phonon-vlc-9999.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild index aec48c89ef30..2e715f036db5 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" -} |