summarylogtreecommitdiffstats
path: root/archuseriso.install
blob: 6277f8e2336fbbde765b4a357720aea595cbf3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo
  echo 'New program names aui-mkiso, aui-mkusb, aui-mkpersistent.'
  echo
  echo 'use aui-mkiso to build an iso'
  echo 'use aui-mkusb to create a Live USB'
  echo 'use aui-mkpersistent to create a Live USB with persistent storage support'
  echo
}

post_upgrade() {
  post_install
}