KERNEL_VERSION='2.6.30-ARCH' post_install() { depmod -v $KERNEL_VERSION >/dev/null 2>&1 } post_upgrade() { post_install $1 } post_remove() { depmod -v $KERNEL_VERSION >/dev/null 2>&1 } op=$1 shift $op $*