blob: cc2ff4d69cae8954afe5e5b942cce5e66ff41a99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: install.tmpl,v 1.2 2005/08/12 19:59:03 jlam Exp $
case ${STAGE} in
POST-INSTALL)
eval `${PERL5} -V:scriptdir`
PERL5_PACKLIST="@PERL5_PACKLIST@"
# Symlink the bits that belong to this module.
$scriptdir/perllink -f -p ${PKG_PREFIX} add ${PERL5_PACKLIST}
;;
esac
|