aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-03 18:46:52 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-03 18:46:52 +0200
commitfed4b0df84c782a57d30e5f3cad81c92abab332a (patch)
tree9155f0dda41e7f56a5447216cf0d815ca4d25c66 /xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install
parentupdate abi version for xorg-server-hwcursor-gamma (diff)
downloadaur-packages-fed4b0df84c782a57d30e5f3cad81c92abab332a.tar.gz
aur-packages-fed4b0df84c782a57d30e5f3cad81c92abab332a.tar.bz2
aur-packages-fed4b0df84c782a57d30e5f3cad81c92abab332a.tar.xz
xorg-server-hwcursor-gamma: --enable-install-setuid
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install b/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install
deleted file mode 100644
index fba8f47..0000000
--- a/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}
-