pkgbase: remove post-install script for kernel

the hint file is now directly packages within the package itself.

Reported by:	jhb
This commit is contained in:
Baptiste Daroussin 2024-03-27 09:06:35 +01:00
parent 1c7307cf67
commit d72a37b535

View file

@ -1,5 +0,0 @@
scripts: {
post-install = <<EOD
/usr/sbin/kldxref ${PKG_ROOTDIR}/boot/${KERNELDIR}
EOD
}