summarylogtreecommitdiffstats
path: root/refind-efi.install
diff options
context:
space:
mode:
Diffstat (limited to 'refind-efi.install')
-rw-r--r--refind-efi.install31
1 files changed, 0 insertions, 31 deletions
diff --git a/refind-efi.install b/refind-efi.install
deleted file mode 100644
index 84f6d5894028..000000000000
--- a/refind-efi.install
+++ /dev/null
@@ -1,31 +0,0 @@
-post_install() {
-
- cat << EOF
-
-rEFInd UEFI applications have been installed at /usr/lib/refind/*.efi
-
-Other UEFI applications have been installed at /usr/lib/refind/tools_*/
-
-UEFI drivers have deen installed at /usr/lib/refind/drivers_*/
-
-Copy the efi application (according to your UEFI ARCH)
-and /usr/lib/refind/config/refind.conf to a sub-directory of <EFISYS>/EFI/
-and add an entry to firmware boot menu using efibootmgr or mactel-boot (for Macs)
-
-rEFInd Icons have been installed at /usr/share/refind/icons/
-rEFInd Fonts have been installed at /usr/share/refind/fonts/
-
-HTML Documentation is available at /usr/share/refind/docs/html/
-
-More info: https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd
-
-EOF
-
-}
-
-post_upgrade() {
-
- post_install
-
-}
-