summarylogtreecommitdiffstats
path: root/message.install
diff options
context:
space:
mode:
Diffstat (limited to 'message.install')
-rw-r--r--message.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/message.install b/message.install
new file mode 100644
index 000000000000..4ce5d7949f64
--- /dev/null
+++ b/message.install
@@ -0,0 +1,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
+}
+