post_install() {
	echo -e "\033[1;31mThe Linux host component of LookingGlass is currently unmaintained by upstream!"
	echo -e "Use at your own risk AND DO /NOT/ ASK FOR SUPPORT!\033[0m"
}

post_upgrade() {
	post_install
}
