PKGBUILDs/core/kernel26-withlinux/kernel26-withlinux.install
2010-08-03 18:56:04 -05:00

19 lines
266 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 ""
}
post_upgrade() {
post_install
}
post_remove() {
KERNEL_VERSION=.*
}
op=$1
shift
$op $*