core/madwifi/madwifi-ng.install

15 lines
295 B
Plaintext
Raw Normal View History

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