PKGBUILDs/core/linux-olinuxino/linux-olinuxino.install
Manuel Reimer fe18013179 Added CONFIG_NLS_CODEPAGE_437=m
This is required to mount FAT32 formatted drives successfully
2014-05-12 17:49:01 +02:00

19 lines
435 B
Plaintext

KERNEL_NAME=-olinuxino
KERNEL_VERSION=3.7.2-8-ARCH
## arg 1: the new package version
post_install() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
}