From fcce4e670cd2d81990b3f50e8a682b44d40a73cc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 2 Sep 2014 06:41:22 -0300 Subject: remove parabola suffix and add complex pkgrel on the packages --- libre/xorg-server/xorg-server.install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libre/xorg-server/xorg-server.install (limited to 'libre/xorg-server/xorg-server.install') diff --git a/libre/xorg-server/xorg-server.install b/libre/xorg-server/xorg-server.install new file mode 100644 index 000000000..46bf5a90a --- /dev/null +++ b/libre/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 <>> 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 +} + -- cgit v1.2.3