summaryrefslogtreecommitdiffstats
path: root/abs/core/madwifi/madwifi-ng.install
blob: 37112080c925425de5ec4bf69dec0ef55347bd28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  KERNEL_VERSION='2.6.34-LinHES'
  depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}

post_upgrade() {
  KERNEL_VERSION='2.6.34-LinHES'
  depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}

post_remove() {
  KERNEL_VERSION='2.6.34-LinHES'
  depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}