install_funcs.sh: remove unused perl related files.

--HG--
extra : convert_revision : 1664396d6ffcfd314ca0310f14a5f0ab65c0fbf8
This commit is contained in:
Juan RP 2009-08-11 23:20:32 +02:00
parent fcc65acc69
commit 51907e6d81

View File

@ -160,12 +160,9 @@ make_install()
fi
fi
# Always remove perllocal.pod and .packlist files for
# perl modules.
if [ "$build_style" = "perl_module" -a "$pkgname" != "perl" ]; then
find ${DESTDIR} -name perllocal.pod -delete
find ${DESTDIR} -name .packlist -delete
fi
# Always remove perllocal.pod and .packlist files.
find ${DESTDIR} -name perllocal.pod -delete
find ${DESTDIR} -name .packlist -delete
# Unset build vars.
unset_build_vars