PKGBUILDs/core/linux-odroid-xu-mainline/linux-odroid-xu-mainline.install
2014-03-19 20:55:26 +00:00

18 lines
409 B
Plaintext

# arg 1: the new package version
# arg 2: the old package version
KERNEL_NAME=-odroid-xu-mainline
KERNEL_VERSION=3.13.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}
}