summarylogtreecommitdiffstats
path: root/orion.install
diff options
context:
space:
mode:
authorTony Lambiris2019-01-04 02:00:19 -0500
committerTony Lambiris2019-01-04 02:00:19 -0500
commit82e9a24bab3d8627c23c7889f077531d7a443e0a (patch)
treeaabcefa0066782af365821accc8976104a815990 /orion.install
parent9dc4e21e3b684274b6b7827cfadeea4a48b68f09 (diff)
downloadaur-82e9a24bab3d8627c23c7889f077531d7a443e0a.tar.gz
Adopt and update package
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
+}