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