core/aufs2/aufs2.install

19 lines
246 B
Plaintext
Raw Normal View History

2010-05-16 23:08:55 +08:00
post_install() {
KERNEL_VERSION=2.6.33-CHAKRA
2010-05-16 23:08:55 +08:00
depmod $KERNEL_VERSION
}
post_upgrade() {
KERNEL_VERSION=2.6.33-CHAKRA
2010-05-16 23:08:55 +08:00
depmod $KERNEL_VERSION
}
post_remove() {
KERNEL_VERSION=2.6.33-CHAKRA
2010-05-16 23:08:55 +08:00
depmod $KERNEL_VERSION
}
op=$1
shift
$op $*