updated on Thu Jan 12 12:00:22 UTC 2012
[aur-mirror.git] / madwifi / madwifi-ng.install
blobe1355b5bcd35842098d3a688d961d3aa8e351ad3
1 post_install()
3   KERNEL_VERSION='3.0-ARCH'
4   depmod -ae $KERNEL_VERSION > /dev/null 2>&1
7 post_upgrade()
9   KERNEL_VERSION='3.0-ARCH'
10   depmod -ae $KERNEL_VERSION > /dev/null 2>&1
13 post_remove()
15   KERNEL_VERSION='3.0-ARCH'
16   depmod -ae $KERNEL_VERSION > /dev/null 2>&1