summarylogtreecommitdiffstats
path: root/fwupdate.install
blob: 5171ff82ef50d29142b9a3530aa929e1955ef48c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo
	echo "To use the efi fimware update executable, copy the"
	echo "content of /usr/lib/fwupdate/EFI/ to your EFI partition,"
	echo "usually /boot/EFI."
	echo
}

post_upgrade() {
	post_install
}