core/madwifi-lts/madwifi-ng.install

15 lines
307 B
Plaintext
Raw Normal View History

2011-02-26 04:11:31 +08:00
post_install() {
2011-03-06 01:00:00 +08:00
KERNEL_VERSION='2.6.35-CHAKRA-LTS'
2011-02-26 04:11:31 +08:00
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_upgrade() {
2011-03-06 01:00:00 +08:00
KERNEL_VERSION='2.6.35-CHAKRA-LTS'
2011-02-26 04:11:31 +08:00
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_remove() {
2011-03-06 01:00:00 +08:00
KERNEL_VERSION='2.6.35-CHAKRA-LTS'
2011-02-26 04:11:31 +08:00
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}