summaryrefslogtreecommitdiff
path: root/extra/efilinux-efi/efilinux-efi.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/efilinux-efi/efilinux-efi.install')
-rw-r--r--extra/efilinux-efi/efilinux-efi.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/efilinux-efi/efilinux-efi.install b/extra/efilinux-efi/efilinux-efi.install
deleted file mode 100644
index 6d6e817c5..000000000
--- a/extra/efilinux-efi/efilinux-efi.install
+++ /dev/null
@@ -1,23 +0,0 @@
-post_install() {
-
- cat << EOF
-
-efilinux has been installed at /usr/lib/efilinux/*.efi
-
-Copy the efi application for your UEFI ARCH to a sub-directory of
-<EFISYS>/EFI/ and add an entry to firmware boot menu using efibootmgr
-or mactel-boot (for Macs)
-
-Usage instructions at http://thread.gmane.org/gmane.linux.kernel/1172645
-and http://article.gmane.org/gmane.linux.kernel/1175060
-
-EOF
-
-}
-
-post_upgrade() {
-
- post_install
-
-}
-