PKGBUILDs/core/linux-mvebu/linux-mvebu.install
2013-07-18 20:21:11 +00:00

15 lines
331 B
Plaintext

KERNEL_NAME=-mvebu
KERNEL_VERSION=3.11.0-rc1-1-ARCH
post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
}
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
}