blob: 84c2768e3215f7e8bb18b5a8cfd4c00b051b97fc (
plain)
1
2
3
4
5
6
7
8
|
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
}
|