vp-build/srcpkgs/kmod/INSTALL

8 lines
119 B
Plaintext

case "$ACTION" in
post)
if [ -d usr/sbin -a ! -L usr/sbin ]; then
ln -sf ../bin/kmod usr/sbin/modprobe
fi
;;
esac