blob: a133987852e1e7146080565748f19a956a346dd3 (
plain)
1
2
3
4
5
6
7
8
9
|
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.hostfission.com/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
}
|