summarylogtreecommitdiffstats
path: root/uefi-shell.install
blob: 7678ec908ee744e7ccb0232935c06ebc9fb0c7d0 (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-shell/*.efi
    
EOF
	
}

post_upgrade() {
	
	post_install
	
}