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

shim-efi-x86_64 has been installed at /usr/lib/shim/shimx64.efi

EOF
	
}

post_upgrade() {
	
	post_install
	
}