summarylogtreecommitdiffstats
path: root/uefi-shell.install
blob: b1e760f64bad429fd2198dec189335c732639a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	
	cat << EOF
    
    UEFI Shell v2 binary installed at /usr/share/uefi/*.efi
    
EOF
	
}

post_upgrade() {
	
	post_install
	
}