PKGBUILDs/core/linux-armv5/linux-armv5.install
2014-08-04 02:26:44 +00:00

15 lines
327 B
Plaintext

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