core/madwifi/madwifi-ng.install

15 lines
286 B
Plaintext
Raw Normal View History

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