From 569b146d47ee095169d362ca0cefc288cb32c468 Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Mon, 22 Jul 2019 23:42:20 +0000
Subject: [PATCH] update

---
 xorg-server.install | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/xorg-server.install b/xorg-server.install
index 7dee7b7..0154b36 100644
--- a/xorg-server.install
+++ b/xorg-server.install
@@ -1,19 +1,21 @@
 post_upgrade() {
-  if (( $(vercmp $2 1.16.0-3) < 0 )); then
-    post_install
-  fi
+    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. To be
-	able to use this features, install the package xorg-server-rootless.
-	
-$(tput setaf 3)>>> WARNING : $(tput sgr0)The file /etc/X11/Xwrapper.config
-	need to be present on your system containing this following line :
-	
-	needs_root_rights = yes
-	
-	Please, see xorg.wrap man page for futher informations
+    cat <<MSG
+>>> Xorg-server has now the ability to run without root rights.
+    To be able to use this features, install the package:
+    xorg-server-rootless.
+
+$(tput setaf 3)>>> WARNING: $(tput sgr0)
+    The file /etc/X11/Xwrapper.config,
+    need to be present on your system containing this line :
+
+    needs_root_rights = yes
+
+    See xorg.wrap man page (man xorg.wrap) for futher informations.
 MSG
 }
-- 
GitLab