PKGBUILDs/core/kernel26/kernel26.install

22 lines
365 B
Plaintext
Raw Normal View History

2009-11-13 01:35:46 +00:00
post_install() {
2010-08-03 06:02:21 +00:00
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."
echo ""
echo "Installing now..."
2009-11-13 01:35:46 +00:00
}
post_upgrade() {
2010-02-05 17:45:00 +00:00
post_install
2009-11-13 01:35:46 +00:00
}
post_remove() {
KERNEL_VERSION=2.6.36
2009-11-13 01:35:46 +00:00
}
op=$1
shift
$op $*