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