summarylogtreecommitdiffstats
path: root/storcli.install
diff options
context:
space:
mode:
Diffstat (limited to 'storcli.install')
-rw-r--r--storcli.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/storcli.install b/storcli.install
new file mode 100644
index 000000000000..1b43f8064d3c
--- /dev/null
+++ b/storcli.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo ">>>"
+ echo ">>> See https://www.thomas-krenn.com/en/wiki/StorCLI for usage."
+ echo ">>> (NEW in 1.19.04-1) See /usr/share/storcli/storcli.efi for a UEFI binary."
+ echo ">>>"
+}
+
+post_upgrade() {
+ post_install $1
+}