blob: 2058735cc7d4d2c68de1635ab945b0ee3d663705 (
plain)
1
2
3
4
5
6
7
|
post_install(){
echo "If you have a problem and are getting a black screen at start. Try bastionmesa"
}
post_upgrade(){
echo "intelbastion has been moved to bastionmesa, for autocompletion"
echo "if you are having problems with a black screen, please try that"
}
|