post_install() {
  echo 'You can try out SoftMaker Office for free for 30 days.'
  echo 'Convert it to the full version by purchasing a product key.'
  echo 'This can be done within the application.'
}

post_upgrade() {
  post_install
}

