PKGBUILDs/core/kernel26-withlinux-native/kernel26-withlinux-native.install
2010-07-22 07:09:41 -07:00

18 lines
270 B
Text

post_install() {
echo -e "\033[1mNotice\033[0m"
echo "To make things safer, you will manually have to move/copy"
echo "/boot/uImage-withlinux-native to /boot/uImage."
echo ""
}
post_upgrade() {
post_install
}
post_remove() {
KERNEL_VERSION=.*
}
op=$1
shift
$op $*