core/madwifi/madwifi-ng.install

15 lines
295 B
Plaintext
Raw Normal View History

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