summaryrefslogtreecommitdiff
path: root/libre/xorg-server/xorg-server.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-22 11:59:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-22 11:59:12 -0300
commitb39660af33c01a124dd52a16931cc7b97c213680 (patch)
treec26c77f0d61aa768967fa43328073aa175562927 /libre/xorg-server/xorg-server.install
parent89d2acc563e58b7200b89f6c8be9f77024dd8bc6 (diff)
downloadabslibre-b39660af33c01a124dd52a16931cc7b97c213680.tar.gz
abslibre-b39660af33c01a124dd52a16931cc7b97c213680.tar.bz2
abslibre-b39660af33c01a124dd52a16931cc7b97c213680.zip
xorg-server: remove from [libre] since nvidia-drm-outputclass.conf has been removed -> https://bugs.archlinux.org/task/45973
Diffstat (limited to 'libre/xorg-server/xorg-server.install')
-rw-r--r--libre/xorg-server/xorg-server.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/libre/xorg-server/xorg-server.install b/libre/xorg-server/xorg-server.install
deleted file mode 100644
index 46bf5a90a..000000000
--- a/libre/xorg-server/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
-}
-