core/aufs2/aufs2.install
2010-05-28 17:47:57 +00:00

19 lines
246 B
Plaintext

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