post_install()
{
	/usr/bin/depmod -a @_F_kernelmod_uname@
}

post_upgrade()
{
	post_install
}

post_remove()
{
	post_install
}

op=$1
shift
$op $*
