mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
16 lines
320 B
Text
16 lines
320 B
Text
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
|
|
}
|
|
|