summarylogtreecommitdiffstats
path: root/superhexagon.install
diff options
context:
space:
mode:
Diffstat (limited to 'superhexagon.install')
-rw-r--r--superhexagon.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/superhexagon.install b/superhexagon.install
new file mode 100644
index 000000000000..a01f3c8c79ef
--- /dev/null
+++ b/superhexagon.install
@@ -0,0 +1,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
+} \ No newline at end of file