diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:20:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:25:23 +0000 |
commit | 7131191b36bb86374fb9f5191c9ba5d2fc2f45e1 (patch) | |
tree | 9b649fbf5ee35e42e8945c39c329ba74899c4183 /eclass/perl-module.eclass | |
parent | sci-physics/herwig: fix bug 612906 (diff) | |
download | gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.gz gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.bz2 gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.zip |
Drop trailing whitespaces
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 83d988e13004..af5a0c9e3446 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -446,9 +446,9 @@ perl-module_src_install() { # @FUNCTION: perl-module_pkg_postinst # @USAGE: perl-module_pkg_postinst # @DESCRIPTION: -# This function is to be called during the pkg_postinst() phase. It only does +# This function is to be called during the pkg_postinst() phase. It only does # useful things for the perl-core category, where it handles the file renaming and symbolic -# links that prevent file collisions for dual-life packages installing scripts. +# links that prevent file collisions for dual-life packages installing scripts. # In any other category it immediately exits. perl-module_pkg_postinst() { debug-print-function $FUNCNAME "$@" @@ -462,9 +462,9 @@ perl-module_pkg_postinst() { # @FUNCTION: perl-module_pkg_postrm # @USAGE: perl-module_pkg_postrm # @DESCRIPTION: -# This function is to be called during the pkg_postrm() phase. It only does +# This function is to be called during the pkg_postrm() phase. It only does # useful things for the perl-core category, where it handles the file renaming and symbolic -# links that prevent file collisions for dual-life packages installing scripts. +# links that prevent file collisions for dual-life packages installing scripts. # In any other category it immediately exits. perl-module_pkg_postrm() { debug-print-function $FUNCNAME "$@" |