PKGBUILDs/core/linux-sun7i/linux-sun7i.install
Mikkel Oscar Lyderik 20508ec55f Update linux-sun7i to 3.4.79
Adds support for cubietruck.
Changes source to http://github.com/linux-sunxi/linux-sunxi

* nfs doesn't seem to work yet
* neither does wifi
2014-03-06 20:23:44 +01: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-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}
}