diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-28 10:12:09 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-28 10:12:09 -0300 |
commit | 051321090b2f7c869cf26fea237dbc37e1922bfc (patch) | |
tree | 70fd422b5fff0f7dd5263581eadafa350d33b707 /libre-testing/xorg-server-libre/xorg-server.install | |
parent | c032b26d1935f3239fd56bc0cc23fadc35a6c138 (diff) | |
parent | add67d4739720737bdc39829fad0a2c206d76347 (diff) |
Merge branch 'master' of projects.parabolagnulinux.org:abslibre
Diffstat (limited to 'libre-testing/xorg-server-libre/xorg-server.install')
-rw-r--r-- | libre-testing/xorg-server-libre/xorg-server.install | 18 |
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 +} + |