PKGBUILDs/extra/madwifi/madwifi-ng.install

15 lines
289 B
Plaintext
Raw Normal View History

2011-02-06 18:38:16 +00:00
post_install() {
KERNEL_VERSION='2.6.37-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_upgrade() {
KERNEL_VERSION='2.6.37-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_remove() {
KERNEL_VERSION='2.6.37-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}