summarylogtreecommitdiffstats
path: root/orion.install
blob: a3f73c5f690c1d4ae25917015494d9811942bd77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

	To enlarge the UI and font size, set QT_SCALE_FACTOR before running:

	$ QT_SCALE_FACTOR=1.5 /usr/bin/orion

	EOF
}

post_install() {
	display_message
}

post_upgrade() {
	display_message
}