PKGBUILDs/core/linux-sun7i/linux-sun7i.install
2014-03-20 16:38:35 +04:00

18 lines
396 B
Plaintext

# arg 1: the new package version
# arg 2: the old package version
KERNEL_NAME=-sun7i
KERNEL_VERSION=3.4.79-6-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}
}