diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-03 18:27:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-03 18:27:21 +0200 |
commit | 7f5371c8f0fdf527283d0098537279fe2ebeff20 (patch) | |
tree | 5212acafb593e1ee66be0c0279a6027836e995fb /xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install | |
parent | update texlive-europecv (diff) | |
download | aur-packages-7f5371c8f0fdf527283d0098537279fe2ebeff20.tar.gz aur-packages-7f5371c8f0fdf527283d0098537279fe2ebeff20.tar.bz2 aur-packages-7f5371c8f0fdf527283d0098537279fe2ebeff20.tar.xz |
update xorg-server-hwcursor-gamma
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install b/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install new file mode 100644 index 0000000..fba8f47 --- /dev/null +++ b/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install @@ -0,0 +1,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 +} + |