summarylogtreecommitdiffstats
path: root/fwupdate.install
diff options
context:
space:
mode:
Diffstat (limited to 'fwupdate.install')
-rw-r--r--fwupdate.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/fwupdate.install b/fwupdate.install
new file mode 100644
index 000000000000..5171ff82ef50
--- /dev/null
+++ b/fwupdate.install
@@ -0,0 +1,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
+}