post_install() {
  echo """
  To configure your settings, please see /usr/share/artlas-git/etc/artlas.conf

  To run the tool correctly:

  screen -S artlas
  artlas
  CTRL+A+D

  """
}

post_upgrade() {
  post_install
}
