summarylogtreecommitdiffstats
path: root/message.install
blob: 4ce5d7949f64b1ce69d88ff7c09606ad124000c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
post_install() {
	echo
	echo
	echo 'https://bugs.freedesktop.org/show_bug.cgi?id=74158'
	echo 
	echo 'To enable backing store, please export SDL_VIDEO_X11_BACKINGSTORE=1'
	echo 'To disable backing store, please unset SDL_VIDEO_X11_BACKINGSTORE'
	echo 'if backing store is enabled, a message in the terminal will say it.'
	echo
	echo
}

post_upgrade() {
	echo
	echo
	echo 'https://bugs.freedesktop.org/show_bug.cgi?id=74158'
	echo 
	echo 'To enable backing store, please export SDL_VIDEO_X11_BACKINGSTORE=1'
	echo 'To disable backing store, please unset SDL_VIDEO_X11_BACKINGSTORE'
	echo 'if backing store is enabled, a message in the terminal will say it.'
	echo
	echo
}