PKGBUILDs/extra/grub2/grub2.install

17 lines
320 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
cat << EOF
GRUB2 is still expiremental and under heavy development!.
Only install it if you know what you are doing.
GRUB2 has a different configuration then GRUB legacy."
Look at http://wiki.archlinux.org/index.php/GRUB2 for more information."
EOF
}
post_upgrade() {
post_install
}