xorg-server.install 507 B

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