archrelease: copy trunk to extra-x86_64
[arch-packages.git] / xorg-server / trunk / xorg-server.install
blob46bf5a90ae8af7f8b1c48a0e91b92f277c9f126e
1 post_upgrade() {
2   if (( $(vercmp $2 1.16.0-3) < 0 )); then
3     post_install
4   fi
7 post_install() {
8   cat <<MSG
9 >>> xorg-server has now the ability to run without root rights with
10     the help of systemd-logind. xserver will fail to run if not launched
11     from the same virtual terminal as was used to log in.
12     Without root rights, log files will be in ~/.local/share/xorg/ directory.
14     Old behavior can be restored through Xorg.wrap config file.
15     See Xorg.wrap man page (man xorg.wrap).
16 MSG