summarylogtreecommitdiffstats
path: root/orion.install
diff options
context:
space:
mode:
Diffstat (limited to 'orion.install')
-rw-r--r--orion.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/orion.install b/orion.install
new file mode 100644
index 000000000000..ddcebcbaf059
--- /dev/null
+++ b/orion.install
@@ -0,0 +1,18 @@
+display_message () {
+ cat <<-EOF
+
+ By default HiDPI autoscaling for Orion has been disabled.
+ To enable it set QT_AUTO_SCREEN_SCALE_FACTOR=1 before running:
+
+ $ QT_AUTO_SCREEN_SCALE_FACTOR=1 /usr/bin/orion
+
+ EOF
+}
+
+post_install() {
+ display_message
+}
+
+post_upgrade() {
+ display_message
+}