diff options
Diffstat (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild index 47d582a7..f574100e 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 RESTRICT=mirror PYTHON_COMPAT=( python2_7 ) @@ -45,10 +45,6 @@ The color themes was updated to Fvwm InfoStore. To know how to update your custom color themes, please run "${EROOT}"usr/share/"${PN}"/addons/convert_colorsets" -src_prepare() { - epatch_user -} - src_install() { emake DESTDIR="${ED}" \ docdir="${EPREFIX%/}/usr/share/doc/${PF}" \ @@ -62,3 +58,7 @@ src_install() { "${ED}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py readme.gentoo_create_doc } + +pkg_postinst() { + readme.gentoo_print_elog +} |