post_install() {
  echo
  echo ">> You now need to create the file '/etc/samba/smb.conf'!"
  echo
}

post_upgrade() {
  post_install "$@"
}
