PKGBUILDs/core/linux-armv5/linux-armv5.install
2013-07-24 19:54:19 +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}
}