summarylogtreecommitdiffstats
path: root/xorg-server.install
diff options
context:
space:
mode:
authorYurii Kolesnykov2021-07-17 23:43:00 +0300
committerYurii Kolesnykov2021-07-17 23:43:00 +0300
commit7f98dbb11c55fdd16ef53e3b0abb67d8d274bbf4 (patch)
treed9194e2d391f470f9120bb29bf37b3db842b64b3 /xorg-server.install
parentf044110b081c17535f9a954540b41a70a7305f53 (diff)
downloadaur-7f98dbb11c55fdd16ef53e3b0abb67d8d274bbf4.tar.gz
sync with extra/xorg-server, depend on xorgproto-git
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'xorg-server.install')
-rw-r--r--xorg-server.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg-server.install b/xorg-server.install
deleted file mode 100644
index 46bf5a90ae8a..000000000000
--- a/xorg-server.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_upgrade() {
- if (( $(vercmp $2 1.16.0-3) < 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
-}
-