PKGBUILDs/core/kernel26-withlinux/kernel26-withlinux.install

19 lines
266 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 ""
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=.*
}
op=$1
shift
$op $*