PKGBUILDs/core/kernel26-tegra/kernel26.install
2011-05-27 10:47:36 -04:00

23 lines
456 B
Plaintext

KERNEL_NAME=
KERNEL_VERSION=2.6.39
post_install() {
# ARM doesn't use mkinitcpio or anything like that
# so we skip it here
echo -e "\033[1mNotice\033[0m"
echo "To complete the installation you will have to copy"
echo "/boot/uImage to the proper location, e.g. /dev/mmcblk0p1"
echo ""
echo "This package is for nVidia Tegra devices, including the Trim Slice."
echo ""
/sbin/depmod ${KERNEL_VERSION}
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*