summarylogtreecommitdiffstats
path: root/storcli.install
blob: 1b43f8064d3c000ddcedf6c76c0d9144bb1913e2 (plain)
1
2
3
4
5
6
7
8
9
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
}