summaryrefslogtreecommitdiff
path: root/libre-testing/xorg-server-libre/xorg-server.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-27 14:26:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-27 14:26:40 -0300
commitc05ee7214db837adbecc05cdf8588f271755a6cf (patch)
tree76fd634705c5f935645c62d7dc1ba5fce7a1a147 /libre-testing/xorg-server-libre/xorg-server.install
parent101d891e1e20dfc47a7dc12f114dbb60a1403c3c (diff)
parent221e0a1bb65a3c88f5da1ad9acbef34c1074ce88 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/~git/abslibre
Diffstat (limited to 'libre-testing/xorg-server-libre/xorg-server.install')
-rw-r--r--libre-testing/xorg-server-libre/xorg-server.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/libre-testing/xorg-server-libre/xorg-server.install b/libre-testing/xorg-server-libre/xorg-server.install
new file mode 100644
index 000000000..46bf5a90a
--- /dev/null
+++ b/libre-testing/xorg-server-libre/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
+}
+