summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Phillips2018-05-04 17:07:48 +1200
committerDavid Phillips2018-05-04 17:07:48 +1200
commit490de90294e4b83bc768c832be82f8e0c5072975 (patch)
treea381f6682ac69bf2ef80a57d83b824ceadb16ad3 /PKGBUILD
parent1d1f0c71789779c390d2ad214ad96403f2fdf822 (diff)
downloadaur-perl-poe-component-irc.tar.gz
No need to manually remove perllocal.pod and paclists
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b35f662206b2..f52d6f8d2ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,4 @@ package()
{
cd "${srcdir}/POE-Component-IRC-${pkgver}"
make DESTDIR="${pkgdir}" install
-
- # Remove .packlist and perllocal.pod files.
- find "${pkgdir}" -name '.packlist' -delete
- find "${pkgdir}" -name 'perllocal.pod' -delete
}