summarylogtreecommitdiffstats
path: root/archuseriso.install
blob: 1d429283539b6907b5227d0637845ba71bc42885 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo
  echo 'This release brings encryption, see aui-mkpersistent command for help.'
  echo
  echo 'archuseriso command was renamed aui-mkiso'
  echo
}

post_upgrade() {
  post_install
}