PKGBUILDs/extra/kqemu/kqemu.install
2009-10-09 21:23:22 -05:00

17 lines
214 B
Text

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 $*