diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-25 21:38:16 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-25 21:38:16 -0300 |
commit | 9bd746da1ddbdeca8d3157463b273a4e2d1d5cac (patch) | |
tree | 1586131d7db24002e732ba2fdd4072399e925965 /libre-testing/xorg-server-libre/xorg-server.install | |
parent | 52a175ab2e683d8dcb8400c054b96d37db0f3d20 (diff) |
add xorg-server-libre to libre-testing repo
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 +} + |