summarylogtreecommitdiffstats
path: root/archuseriso.install
blob: cd7ea7b1eb0ebc463735d213c7e6961240b01215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  echo
  echo '==='
  echo 'Archuseriso:'
  echo 'New version rebased on Archiso profiledef.sh'
  echo
  echo 'Command arguments and options haved changed, this'
  echo 'major release is not compatible with previous'
  echo 'versions of Archuseriso.'
  echo '==='
  echo
}

post_upgrade() {
  post_install
}