summarylogtreecommitdiffstats
path: root/superhexagon.install
blob: a01f3c8c79efe0a55ac914c84e5476929d26d012 (plain)
1
2
3
4
5
6
7
8
9
10
post_install()
{
	echo 'You can configure the fullscreen resolution of the game in the startup script "/usr/bin/superhexagon"'
	echo 'This will fix fullscreen with multihead setups! yay!'
}

post_upgrade()
{
	post_install
}