summarylogtreecommitdiffstats
path: root/efitools.install
blob: 44ce03d2973cdb25d30a49a5466fb04a64b2a3be (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo
	echo "For info on how to setup own UEFI Secure Boot Keys and "
	echo "Certificates, read /usr/share/efitools/README"
	echo
}

post_upgrade() {
	post_install
}