summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-server/xorg-server.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-06-23 19:40:40 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-06-23 19:40:40 (GMT)
commit75b0133774bb4069865e892304e78ade1964c7ff (patch)
treed0d60035586fbc60ff3ecc81e1461784412ea614 /abs/core/xorg-server/xorg-server.install
parent0e324da05a77aa3fa7cbc7c5e0921eb85e75f56d (diff)
downloadlinhes_pkgbuild-75b0133774bb4069865e892304e78ade1964c7ff.zip
linhes_pkgbuild-75b0133774bb4069865e892304e78ade1964c7ff.tar.gz
linhes_pkgbuild-75b0133774bb4069865e892304e78ade1964c7ff.tar.bz2
xorg-server: update to 1.17.2
Diffstat (limited to 'abs/core/xorg-server/xorg-server.install')
-rw-r--r--abs/core/xorg-server/xorg-server.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core/xorg-server/xorg-server.install b/abs/core/xorg-server/xorg-server.install
new file mode 100644
index 0000000..46bf5a9
--- /dev/null
+++ b/abs/core/xorg-server/xorg-server.install
@@ -0,0 +1,18 @@
+post_upgrade() {
+ if (( $(vercmp $2 1.16.0-3) < 0 )); then
+ post_install
+ fi
+}
+
+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
+}
+