~x2go/x2go/x2gothinclient_build-main

« back to all changes in this revision

Viewing changes to debian/x2gothinclient.preinst

  • Committer: Mike Gabriel
  • Date: 2019-11-27 07:24:15 UTC
  • Revision ID: git-v1:db35589b4f67dbd6a3164564537da68d0025642a
debian/*: White-space cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
case "$1" in
22
22
        install|upgrade)
23
 
                if getent passwd x2goclient >/dev/null; then 
 
23
                if getent passwd x2goclient >/dev/null; then
24
24
                        echo "The manually created user account ,,x2goclient'' is no longer used by"
25
25
                        echo "the X2Go thin client environment and can be removed from the thin client"
26
26
                        echo "chroot."
27
27
                fi
28
 
                if getent group x2goclient >/dev/null; then 
 
28
                if getent group x2goclient >/dev/null; then
29
29
                        echo "The manually created group ,,x2goclient'' is no longer used by the X2Go thin"
30
30
                        echo "client environment and can be removed from the thin client chroot."
31
31
                fi