post_install()
{
  ndiswrapper -m
  KERNEL_VERSION='2.4.37.11'
  depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}

post_upgrade()
{
  post_install
}

post_remove()
{
  KERNEL_VERSION='2.4.37.11'
  depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}


op=$1
shift
$op $*
