summarylogtreecommitdiffstats
path: root/archuseriso.install
blob: 5c5ab3df1cc5f6dbddb91112e61b099be645a512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo
  echo '==='
  echo 'Encryption now available, see aui-mkpersistent command for help.'
  echo
  echo 'archuseriso command was renamed aui-mkiso'
  echo '==='
  echo
}

post_upgrade() {
  post_install
}