core/aufs2/aufs2.install

19 lines
246 B
Plaintext

post_install() {
KERNEL_VERSION=2.6.35-CHAKRA
depmod $KERNEL_VERSION
}
post_upgrade() {
KERNEL_VERSION=2.6.35-CHAKRA
depmod $KERNEL_VERSION
}
post_remove() {
KERNEL_VERSION=2.6.35-CHAKRA
depmod $KERNEL_VERSION
}
op=$1
shift
$op $*