summarylogtreecommitdiffstats
path: root/iozone.install
blob: 546f8bb56d5fd9ee94d8a0d4b0df6f5221f13490 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo ">>> Iozone usage: man iozone"
  echo ">>> Rules for accurate results: /usr/share/doc/iozone/Guidelines.doc"
  echo ">>> How to plot results: /usr/share/doc/iozone/Generate_Graphs.txt"
}

post_upgrade() {
  post_install $1
}