summarylogtreecommitdiffstats
path: root/refind-efi-x86_64.install
blob: e25e8689e42d203358f02415fac918cf0301bd86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
	
	cat << EOF 

rEFInd-efi-x86_64 is installed at /boot/efi/EFI/arch/refind/refindx64.efi

HTML Documentation is available at /usr/share/refind/docs/html/

More info at https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd

EOF
	
}

post_upgrade() {
	
	post_install
	
}