PKGBUILDs/core/linux-armv5-rc/linux-armv5-rc.install
2014-06-21 04:13:00 +00:00

15 lines
330 B
Plaintext

KERNEL_NAME=-armv5-rc
KERNEL_VERSION=3.16.0-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}
}