core/madwifi/madwifi-ng.install

15 lines
295 B
Plaintext
Raw Normal View History

2010-05-22 06:07:29 +08:00
post_install() {
KERNEL_VERSION='2.6.39-CHAKRA'
2010-05-22 06:07:29 +08:00
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_upgrade() {
KERNEL_VERSION='2.6.39-CHAKRA'
2010-05-22 06:07:29 +08:00
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_remove() {
KERNEL_VERSION='2.6.39-CHAKRA'
2010-05-22 06:07:29 +08:00
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}