summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun1232020-07-08 13:45:48 +0800
committeryjun1232020-07-08 13:45:48 +0800
commit93e119bdcb280a80efa05ac8c2e0ac093fea8117 (patch)
treea101238f2cd4e146f71b12206af35c0c534e5bb6
parent0da6314e9e20eeb9bab51497e447aaa724e3b98d (diff)
downloadaur-93e119bdcb280a80efa05ac8c2e0ac093fea8117.tar.gz
update INSTALL
-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 -
}