PKGBUILDs/core/kernel26-omap/kernel26.install
2011-05-28 23:49:54 -04:00

22 lines
462 B
Text

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 OMAP3/4 devices, including BeagleBoard and PandaBoard"
echo ""
/sbin/depmod ${KERNEL_VERSION}
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*