diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-01 00:29:57 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-01 00:29:57 -0300 |
commit | 01f574d3db4fb3b74bc43b1c8743c886ea203c6f (patch) | |
tree | 820d73f6a95ab839fff2ae5cd0c4c9d9923815b2 /libre/xorg-server-libre/xorg-server.install | |
parent | 749931b987f1e81d31c14e18c43081f44b5a2bca (diff) | |
download | abslibre-01f574d3db4fb3b74bc43b1c8743c886ea203c6f.tar.gz abslibre-01f574d3db4fb3b74bc43b1c8743c886ea203c6f.tar.bz2 abslibre-01f574d3db4fb3b74bc43b1c8743c886ea203c6f.zip |
rebuild xorg-server-libre
Diffstat (limited to 'libre/xorg-server-libre/xorg-server.install')
-rw-r--r-- | libre/xorg-server-libre/xorg-server.install | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libre/xorg-server-libre/xorg-server.install b/libre/xorg-server-libre/xorg-server.install new file mode 100644 index 000000000..46bf5a90a --- /dev/null +++ b/libre/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 +} + |