mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
22 lines
328 B
Text
22 lines
328 B
Text
post_install() {
|
|
|
|
cat << EOF
|
|
|
|
Important instructions :-
|
|
|
|
ELILO is installed at /usr/lib/elilo/*.efi
|
|
|
|
An example config file has been provided at /usr/lib/elilo/elilo.conf
|
|
|
|
NOTE: elilo supports only FAT12/16/32 . It does not support EXT2, EXT3, EXT4 and other Unix filesystems.
|
|
|
|
EOF
|
|
|
|
}
|
|
|
|
post_upgrade() {
|
|
|
|
post_install
|
|
|
|
}
|
|
|