PKGBUILDs/core/kernel26-trimslice/kernel26.install
Mike Staszel d1a1eaade7 Hi
2011-07-27 22:38:00 -05:00

23 lines
436 B
Plaintext

KERNEL_NAME=
KERNEL_VERSION=2.6.38.3-ARCH
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 built for the TrimSlice."
echo ""
/sbin/depmod ${KERNEL_VERSION}
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*