_notice() {
  echo -e "\e[1;33m$1\e[0m"
}

post_install() {
  _notice "NOTE: Custom Vesktop flags can be specified in:"
  _notice "      ~/.config/vesktop-flags.conf"
}

post_upgrade() {
  post_install
}
