summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sunloginclient.INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/sunloginclient.INSTALL b/sunloginclient.INSTALL
index e1eb34e820d7..2183bdde1d24 100644
--- a/sunloginclient.INSTALL
+++ b/sunloginclient.INSTALL
@@ -2,7 +2,7 @@
post_install() {
systemctl daemon-reload
-
+ xhost +
ECHOLEN=$(echo -e|awk '{print length($0)}')
if [ ${ECHOLEN} = '0' ]
then
@@ -20,7 +20,7 @@ post_install() {
post_upgrade() {
systemctl daemon-reload
-
+ xhost +
ECHOLEN=$(echo -e|awk '{print length($0)}')
if [ ${ECHOLEN} = '0' ]
then
@@ -43,4 +43,5 @@ pre_remove() {
post_remove() {
systemctl daemon-reload
+ xhost -
}