summarylogtreecommitdiffstats
path: root/orion.install
blob: 533752ba7a6118896de35bc31bdc7d841159ba09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
display_message () {
	cat <<-EOF

	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
}