summaryrefslogtreecommitdiff
path: root/brp-clean-perl-files
blob: 92c7c7d0efbb71b3ab34fd627f3d03b15a347df3 (plain)
1
2
3
4
5
#!/bin/sh

find $RPM_BUILD_ROOT/usr/{lib,lib64,share}/perl5 -type f -name ".packlist" -delete
find $RPM_BUILD_ROOT/usr/{lib,lib64,share}/perl5 -type f -name "*.bs" -size 0 -delete
find $RPM_BUILD_ROOT/%{perl_archlib}/perllocal.pod -delete