post_install() { echo -e "\033[1;33mMake sure to grab the latest Windows host application build!" echo -e "Get it from the 'Bleeding Edge' section here: https://looking-glass.io/downloads" echo -e "\033[1;36mAlternatively, switch to the versioned releases by building https://aur.archlinux.org/pkgbase/looking-glass/ instead.\033[0m" } post_upgrade() { post_install }