aboutsummarylogtreecommitdiffstats
path: root/xorg-server-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server-git.install')
-rw-r--r--xorg-server-git.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/xorg-server-git.install b/xorg-server-git.install
new file mode 100644
index 000000000000..d4bd71ef3347
--- /dev/null
+++ b/xorg-server-git.install
@@ -0,0 +1,22 @@
+post_upgrade() {
+ if (( $(vercmp $2 1.16.0-3) < 0 )); then
+ post_install
+ echo
+ fi
+
+ echo ":: This package may work better with other X stack Git
+ components (e.g. xf86-input-*-git, xf86-video-*-git)."
+}
+
+post_install() {
+ cat <<MSG
+>>> xorg-server has now the ability to run without root rights with
+ the help of systemd-logind. xserver will fail to run if not launched
+ from the same virtual terminal as was used to log in.
+ Without root rights, log files will be in ~/.local/share/xorg/ directory.
+
+ Old behavior can be restored through Xorg.wrap config file.
+ See Xorg.wrap man page (man xorg.wrap).
+MSG
+}
+