aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install
blob: fba8f472c344e321afcdc558a8c373a7f28254be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_upgrade() {
  if (( $(vercmp $2 1.16.0-1) < 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
}