PKGBUILDs/core/linux-armv5/linux-armv5.install

15 lines
327 B
Plaintext
Raw Normal View History

2014-06-12 00:49:17 +00:00
KERNEL_NAME=-armv5
2014-08-04 02:26:14 +00:00
KERNEL_VERSION=3.16.0-1-ARCH
2013-07-24 19:54:19 +00:00
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}
}