updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / madwifi-ice / madwifi-ng.install
blobc97a1b4d86dac32a661da4942125914c3f365057
1 post_install() {
2   KERNEL_VERSION='2.6.37-ice'
3   depmod -ae $KERNEL_VERSION > /dev/null 2>&1
6 post_upgrade() {
7   KERNEL_VERSION='2.6.37-ice'
8   depmod -ae $KERNEL_VERSION > /dev/null 2>&1
11 post_remove() {
12   KERNEL_VERSION='2.6.37-ice'
13   depmod -ae $KERNEL_VERSION > /dev/null 2>&1