post_install() {
  ln -sf /usr/src/linux-2.4.37.11 /lib/modules/2.4.37.11/build
}

post_upgrade() {
  post_install $1
}

post_remove() {
  rm -f /lib/modules/2.4.37.11/build
}

op=$1
shift
$op $*
