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

post_upgrade() {
  post_install $1
}

op=$1
shift
$op $*
