post_install() {
KERNEL_VERSION=2.6.37
depmod $KERNEL_VERSION
}
post_upgrade() {
post_install
post_remove() {