mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
17 lines
320 B
Text
17 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
|
||
|
}
|
||
|
|