PKGBUILDs/extra/madwifi/madwifi-ng.install

15 lines
289 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
KERNEL_VERSION='2.6.30-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_upgrade() {
KERNEL_VERSION='2.6.30-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_remove() {
KERNEL_VERSION='2.6.30-ARCH'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}