PKGBUILDs/core/kernel26/kernel26.install
2010-12-01 02:30:42 -06:00

20 lines
332 B
Plaintext

post_install() {
echo -e "\033[1mNotice\033[0m"
echo "If you have a SheevaPlug, you will have to copy"
echo "/boot/uImage to the proper location, e.g. mmcblk0p1."
echo ""
echo "This package is for all plugs, including the DockStar."
}
post_upgrade() {
post_install
}
post_remove() {
KERNEL_VERSION=2.6.36
}
op=$1
shift
$op $*