summarylogtreecommitdiffstats
path: root/archuseriso.install
blob: e512dce4261a45ff005d0fda05bbd83831cfd8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo
  echo '==='
  echo 'Archuseriso new features:'
  echo '- no refind option'
  echo '- btrfs support'
  echo '==='
  echo
}

post_upgrade() {
  post_install
}